Commit graph

336998 commits

Author SHA1 Message Date
thor
3ed59ecbbc math/py-scipy: drop direct BLAS dependency, used via math/py-numpy 2021-04-20 21:39:25 +00:00
wiz
e334af71e8 py-numpy: add RCS Id 2021-04-20 21:06:58 +00:00
thor
747efe7bda doc: Updated math/py-numpy16 to 1.16.6nb2 2021-04-20 20:58:56 +00:00
thor
5025334842 math/py-numpy16: bring BLAS usage into line with math/py-numpy
This old version for PY27 now behaves just like the modern one
regarding usage of BLAS and actually CBLAS.
2021-04-20 20:58:39 +00:00
thor
0d84ffedd2 doc: Updated math/py-numpy to 1.19.5nb4 2021-04-20 20:54:06 +00:00
thor
676174c5e7 math/py-numpy: updated system_info patch to upstreamed version, use cblas
The patch to system_info.py got upstreamed in a modified form which is
now backported here. On updating to 1.21, it shall be dropped.

In the process of upstreaming the patch, I learned that numpy really
needs to use cblas for proper acceleration, so it does that now and
gets a PKGREVISION bump because of that.
2021-04-20 20:53:48 +00:00
thor
aee2151189 doc: Updated math/lapacke to 3.9.0 2021-04-20 20:41:32 +00:00
thor
d54c6a096a math/lapacke: import from wip
This is the C interface to math/lapack or any other implementation
selected via ml/blas.buildlink3.mk.
2021-04-20 20:40:47 +00:00
thor
d5d49685f5 doc: Added math/cblas version 3.9.0 2021-04-20 20:37:48 +00:00
thor
c3bc73f67d math/cblas: import from wip
This will be used by math/py-numpy soon for proper matrix math.
2021-04-20 20:37:03 +00:00
cirnatdan
7d8826ea8e poppler: Don't compile the qt6 wrapper
Unnecesary(?). Disabling it fixes the build on macos
2021-04-20 20:09:36 +00:00
pin
814fa31a80 doc: Updated sysutils/macchina to 0.7.0 2021-04-20 19:50:42 +00:00
pin
612fdc0517 sysutils/macchina: update to 0.7.0
Release v0.7.0, Codename "Cobalt".

Okay, before I tell you all about the new features and bug fixes, I'd like to
thank everybody that is actively using Macchina, and especially our
contributors.

I'm very grateful that people find Macchina as interesting as I do. Our
codebase has grown from a small, glued-together set of instructions, to two
independent packages, providing users and developers the opportunity to inspect
the code and actually enjoy doing so :)

Let's take a look at the new changes:

-ASCII art now adapts to how many readouts are displayed, as suggested by
@Ramiferous.
-Updated Linux big ASCII art variant.
-The title of "Emoji" theme, now named "Boron", can now be changed, and its
separator has been modified too.
-Removed jemallocator from the dependency list, this is due to build errors
primarily with libc, we started using this a while back, because its
performance improvements were promising, but I have just come to the conclusion
that the headaches it causes aren't worth it for the most part.
-A "Beryllium" theme has appeared!
-Themes now print their own name in the box title.
-Benchmarking with hyperfine has finally been fixed.
-Update Linux and NetBSD benchmarks.
-libmacchina: Optimizations for Linux, Android and OpenWrt by implementing an
interface for sysinfo struct and using that when possible.
-libmacchina (Linux): Optimize terminal fetching by utilizing a custom
implementation instead of calling ps.
-libmacchina (Linux): Distribution should now return NAME and VERSION whenever
possible, previously it was NAME and VERSION_ID.
@123marvin123:
-Fixed an issue where the palette doesn't respect the user-provided padding
value.
@uttarayan21:
-Added command autocompletion for bash and fish.
-libmacchina: Refactored many functions, fixing a lot of clippy's warnings.
-libmacchina: Added Android support.
2021-04-20 19:50:22 +00:00
pin
8682049150 CHANGES-2021: remove double entries 2021-04-20 19:10:48 +00:00
pin
2a4637d9f5 doc: Updated meta-pkgs/lxqt to 0.17.0 2021-04-20 18:59:12 +00:00
pin
c3a837bae7 lxqt: update to 0.17.0
Thanks to David H. Gutteridge for review
2021-04-20 18:58:53 +00:00
pin
218c1403c9 doc: Updated x11/lxqt-session to 0.17.1 2021-04-20 18:56:27 +00:00
pin
68a3daabd3 x11/lxqt-session: update to 0.17.0
lxqt-session-0.17.1 / 2021-04-16
================================
   - Fixed compilation against Qt < 5.15 (especially, 5.12).

lxqt-session-0.17.0 / 2021-04-15
================================
  - Code cleanup and modernization (use const references where possible, fix
  possible use of uninitialized variables, removing deprectaed methods, etc.).
  - Remove Openbox configuration for WM agnosticism.
  - Completely moved to Qt5 signal/slot syntax.
  - Become subreaper and end children on finishing session.
2021-04-20 18:56:04 +00:00
pin
63202123cc doc: Updated x11/lxqt-panel to 0.17.1 2021-04-20 18:51:19 +00:00
pin
6713b370a9 x11/lxqt-panel: update to 0.17.0
lxqt-panel-0.17.1 / 2021-04-16
==============================
   - Fixed compilation against Qt < 5.15 (especially, 5.12).

lxqt-panel-0.17.0 / 2021-04-15
==============================
  - Fixed the popup of grouped task button in a special case.
  - Code cleanup (using nullptr, removing deprecated headers/methods, using
  default member initializers, etc.).
  - Fixed changing of world clock's time zone with mouse wheel.
  - Optionally auto-hide panel only when it overlaps a window.
  - Workaround for an issue with glibc 2.33 on old Docker engines.
  - Completely move to Qt5 signal/slot syntax.
  - Check pressed mouse buttons before closing grouped task popup.
2021-04-20 18:50:55 +00:00
pin
41851938fa doc: Updated x11/lxqt-runner to 0.17.0 2021-04-20 18:49:50 +00:00
pin
d24afbc726 x11/lxqt-runner: update to 0.17.0
lxqt-runner-0.17.0 / 2021-04-15
===============================
  - Prevent selection jumps in the dropdown list.
  - Activated `Home` and `End` in the dropdown list.
  - Copy the calculation result to clipboard.
  - Completely moved to Qt5 signal/slot syntax.
  - Select the calculation result on showing lxqt-runner.
2021-04-20 18:49:28 +00:00
pin
9cebee8226 doc: Updated x11/lxqt-notificationd to 0.17.0 2021-04-20 18:49:00 +00:00
pin
618b959e3c doc: Updated x11/lxqt-notificationd to 0.17.0 2021-04-20 18:45:55 +00:00
pin
d5288c3f94 x11/lxqt-notificationd: update to 0.17.0
lxqt-notificationd-0.17.0 / 2021-04-15
======================================
  - Used const references where possible.
  - Silenced compiler warning about unused parameters.
  - Handled Qt5.15's deprecations.
  - Used "= default" for trivial destructors.
  - Completely moved to Qt5 signal/slot syntax.
  - Always handle notification summary as plain-text.
2021-04-20 18:45:33 +00:00
pin
e6602ded84 doc: Updated x11/lxqt-globalkeys to 0.17.0 2021-04-20 18:44:02 +00:00
pin
5fad4289fb x11/lxqt-globalkeys: update to 0.17.0
lxqt-globalkeys-0.17.0 / 2021-04-15
===================================
  - Completely moved to Qt5 signal/slot syntax.
2021-04-20 18:43:41 +00:00
pin
4c5958fabf doc: Updated x11/lxqt-config to 0.17.1 2021-04-20 18:42:19 +00:00
pin
e2fa32a26b x11/lxqt-config: update to 0.17.1
lxqt-config-0.17.1 / 2021-04-16
===============================
  - Fixed compilation against Qt 5.12.

lxqt-config-0.17.0 / 2021-04-15
===============================
   - Made lxqt-config-appearance work under Wayland.
   - Made the code cleaner and more up-to-date.
2021-04-20 18:41:57 +00:00
pin
17c47a5a92 doc: Updated archivers/lxqt-archiver to 0.4.0 2021-04-20 18:38:41 +00:00
pin
f751bde231 archivers/lxqt-archiver: update to 0.4.0
lxqt-archiver-0.4.0 / 2021-04-15
===================================
  - Support opening and extracting of disk images.
  - Also, support xz-compressed disk images.
  - Added "application/vnd.debian.binary-package" to mimetypes list.
  - Made directory view horizontally scrollable.
  - Remember window settings.
2021-04-20 18:38:16 +00:00
pin
1fe277e721 doc: Updated sysutils/lxqt-powermanagement to 0.17.0 2021-04-20 18:36:49 +00:00
pin
b019b0502c sysutils/lxqt-powermanagement: update to 0.17.0
lxqt-powermanagement-0.17.0 / 2021-04-15
========================================
  - Handled Qt5.15's deprecations.
  - Added an option to disable idle watcher on fullscreen.
  - Completely moved to new signal/slot syntax.
  - Separate idle watchers for AC and battery.
2021-04-20 18:36:25 +00:00
pin
fcce645085 doc: Updated x11/lxqt-qtplugin to 0.17.0 2021-04-20 18:35:00 +00:00
wiz
35ff3afcb1 doc: remove duplicate line. 2021-04-20 18:31:49 +00:00
pin
387d5c5174 x11/lxqt-qtplugin: update to 0.17.0
lxqt-qtplugin-0.17.0 / 2021-04-15
=================================
  - Handled Qt 5.15 deprecations.
  - Don't check before deleting a pointer.
  - Don't use implicit conversions.
  - Fixed a palette/highlight color related typo.
2021-04-20 18:31:25 +00:00
pin
c0a1365694 doc: Updated security/lxqt-openssh-askpass to 0.17.0 2021-04-20 18:29:58 +00:00
pin
0c59914cdf security/lxqt-openssh-askpass: update to 0.17.0
lxqt-openssh-askpass-0.17.0 / 2021-04-15
========================================
  * Updated README.md.
2021-04-20 18:29:35 +00:00
pin
631616091e doc: Updated security/lxqt-sudo to 0.17.0 2021-04-20 18:28:44 +00:00
pin
7ec78410a8 security/lxqt-sudo: update to 0.17.0
lxqt-sudo-0.17.0 / 2021-04-15
=============================
  - Handled Qt5.15's deprecations.
2021-04-20 18:28:19 +00:00
wiz
8db77b34cc doc: Updated www/py-google-api-python-client to 2.2.0 2021-04-20 18:27:54 +00:00
wiz
a51b7d6efe py-google-api-python-client: update to 2.2.0.
2.2.0

Features

    Adds support for errors.py to also use 'errors' for error_details (#1281) (a5d2081)

2.1.0


Features

    add status_code property on http error handling (#1185) (db2a766)

Bug Fixes

    Change default of static_discovery when discoveryServiceUrl set (#1261) (3b4f2e2)
    correct api version in oauth-installed.md (#1258) (d1a255f)
    fix .close() (#1231) (a9583f7)
    Resolve issue where num_retries would have no effect (#1244) (c518472)

Documentation

    Distinguish between public/private docs in 2.0 guide (#1226) (a6f1706)
    Update README to promote cloud client libraries (#1252) (22807c9)

2.0.2


Bug Fixes

    Include discovery artifacts in published package (#1221) (ad618d0)

2.0.1


Bug Fixes

    add static discovery docs (#1216) (b5d33d6)

Documentation

    add a link to the migration guide in the changelog (#1213) (b85da5b)


2.0.0


⚠ BREAKING CHANGES

    deps: require 3.6+ (#961)

Features

    Add support for using static discovery documents (#1109) (32d1c59)
    Update synth.py to copy discovery files from discovery-artifact-manager (#1104) (af918e8)

Bug Fixes

    Catch ECONNRESET and other errors more reliably (#1147) (ae9cd99)
    deps: add upper-bound google-auth dependency (#1180) (c687f42)
    handle error on service not enabled (#1117) (c691283)
    Improve support for error_details (#1126) (e6a1da3)
    MediaFileUpload error if file does not exist (#1127) (2c6d029)
    replace deprecated socket.error with OSError (#1161) (b7b9986)
    Use logging level info when file_cache is not available (#1125) (0b32e69)

Miscellaneous Chores

    deps: require 3.6+ (#961) (8325d24)

Documentation

    add networkconnectivity v1alpha1 (#1176) (91b61d3)
    Delete redundant oauth-web.md (#1142) (70bc6c9)
    fix MediaIoBaseUpload broken link (#1112) (334b6e6)
    fix regression with incorrect args order in docs (#1141) (4249a7b)
    fix typo in thread safety example code (#1100) (5ae088d)
    Reduce noisy changes in docs regen (#1135) (b1b0c83)
    update docs/dyn (#1096) (c2228be)
    update guidance on service accounts (#1120) (b2ea122)
2021-04-20 18:27:45 +00:00
pin
db6babf7d7 doc: Updated x11/lxqt-admin to 0.17.0 2021-04-20 18:25:24 +00:00
pin
7dceef6dde x11/lxqt-admin: update to 0.17.0
lxqt-admin-0.17.0 / 2021-04-15
==============================
  - Made lxqt-admin-time work on non-systemd GNU/Linux systems.
  - Silenced compiler warnings about unused parameters.
  - Avoided extra QString allocations.
  - Don't use hard-coded install locations.
  - Moded to Qt5 signal/slot syntax.
2021-04-20 18:24:56 +00:00
pin
f2d38c75d6 doc: Updated security/lxqt-policykit to 0.17.0 2021-04-20 18:24:02 +00:00
pin
11754e328d security/lxqt-policykit: update to 0.17.0
lxqt-policykit-0.17.0 / 2021-04-15
==================================
  - Completely moved to Qt5 signal/slot syntax.
  - A better memory handling in PolicykitAgent.
  - Code cleanup.
  - Improved code readability.
2021-04-20 18:23:38 +00:00
pin
5c81c304c3 doc: Updated x11/lxqt-about to 0.17.0 2021-04-20 18:22:42 +00:00
pin
5176b18569 doc: Updated x11/lxqt-about to 0.17.0 2021-04-20 18:22:15 +00:00
pin
daf66be3c2 x11/lxqt-about: update to 0.17.0
lxqt-about-0.17.0 / 2021-04-15
==============================
  - Bumped version to 0.17.0.
  - Update README.md.
  - Moved to Qt5 signal/slot syntax.
2021-04-20 18:21:52 +00:00
pin
ec3d639c75 doc: Updated graphics/lxqt-themes to 0.17.0 2021-04-20 18:18:42 +00:00