Commit graph

391679 commits

Author SHA1 Message Date
gdt
998e2798fe net/syncthing: Update syncthing to 1.26.1
Tested on netbsd-10 amd64 against Android syncthing from F-Droid, and
previous pkgsrc syncthing on older macOS.

Update prepared in wip by Kevin Bloom.

Updates from 1.26.0 -> 1.26.1:
- Fixed display error with login screen

Updates from 1.25.0 -> 1.26.0:
- Omitting %s from LDAP search filter results in corrupt search filter
- Posting config with invalid versioner type causes panic
- Deduplicated files on Windows aren't treated as regular files any more (Go 1.21)
- Syncthing Docker container fails to start if underlying filesystem doesn't support chown
-  traefik no longer url escape X-Forwarded-Tls-Client-Cert header
- Favicon is stuck in notify state
- Use a real login screen + sessions instead of HTTP basic auth

Updates from 1.24.0 -> 1.25.0:
- v1.23.6 introduced untrusted sharing regression
- Record more performance metrics
- Announce IPv6 ULA
- Restore versions file filter should be case insensitive
- Check interface for FlagRunning
- ClusterConfig called on closed or nonexistent connection
- Build with Go 1.21 out of the box
2023-12-14 13:32:58 +00:00
gdt
b922b032c8 geography/qgis: Adapt to new USE_LANGUAGES scheme
Demote c++17 to c++ in USE_LANGUAGES and add USE_CXX_FEATURES.
PKGREVISION++ because I'm not entirely sure there are no changes.
(qgis is not documented to require setting -std flags, or even really
to need a c++17 compiler, but the CMakeFiles say that it does.  Raised
upstream with no response.)
2023-12-14 13:27:14 +00:00
adam
c1a8a96f3c Updated parallel/opencl-clang, devel/py-packageurl, devel/py-isort, devel/py-trio 2023-12-14 13:21:15 +00:00
adam
b24bf19f5e py-trio: updated to 0.23.2
Trio 0.23.2 (2023-12-14)

Features

- `TypeVarTuple <https://docs.python.org/3.12/library/typing.html#typing.TypeVarTuple>`_ is now used to fully type :meth:`nursery.start_soon() <trio.Nursery.start_soon>`, :func:`trio.run()`, :func:`trio.to_thread.run_sync()`, and other similar functions accepting ``(func, *args)``. This means type checkers will be able to verify types are used correctly. :meth:`nursery.start() <trio.Nursery.start>` is not fully typed yet however.


Bugfixes

- Make pyright recognize :func:`open_memory_channel` as generic.


Miscellaneous internal changes

- Moved the metadata into :pep:`621`-compliant :file:`pyproject.toml`.
- do not depend on exceptiongroup pre-release
- Move .coveragerc into pyproject.toml
2023-12-14 13:20:52 +00:00
adam
a6c8664058 py-isort: updated to 5.13.2
5.13.2 December 13 2023

- Apply the bracket fix from issue 471 only for use_parentheses=True
- Confine pre-commit to stages
- Fixed colors extras
2023-12-14 13:19:33 +00:00
adam
45fcf99b2f py-packageurl: updated to 0.13.1
0.13.1 (2023-12-11)

- Add support for Python 3.12
2023-12-14 13:18:35 +00:00
adam
5afde86498 opencl-clang: updated to 16.0.0
v16.0.0
opencl-clang linked against LLVM 16 libraries
2023-12-14 13:16:05 +00:00
adam
e2e1911a0d postgresql16-server: fix files/pgsql.sh - rc.subr is not available on Darwin 2023-12-14 11:46:43 +00:00
wiz
399f4e0ce2 libgit2: update comment about test issue 2023-12-14 11:29:19 +00:00
adam
ddb362be41 Updated textproc/icu, www/py-django-import-export 2023-12-14 10:47:37 +00:00
adam
e47cf45dee py-django-import-export: updated to 3.3.4
3.3.4

Added support for django5
Show list of exported fields in Admin UI
Added CONTRIBUTING.md
Added support for python 3.12
Update Finnish translations
2023-12-14 10:47:19 +00:00
adam
182513db97 icu: updated to 74.2
ICU 74.2 updates to CLDR 44.1 locale data. These are maintenance releases for ICU 74 and CLDR 44, with limited sets of bug fixes and no API or structural changes.

The CLDR bug fix relevant for ICU is for some formatting patterns that erroneously had two adjacent space characters. These are coalesced into one. (CLDR-17233)
Important: DateFormat.getInstanceForSkeleton() and the DateTimePatternGenerator sometimes used the wrong patterns because they failed to use/inherit certain data (ICU-22575 — CLDR 44 had removed some redundant data that ICU relied on)
2023-12-14 10:44:23 +00:00
adam
042cda9a97 Updated devel/jq, sysutils/ansible-core 2023-12-14 08:09:29 +00:00
adam
7c415aa380 ansible-core: updated to 2.16.2
v2.16.2

Bugfixes

- unsafe data - Address an incompatibility when iterating or getting a single index from ``AnsibleUnsafeBytes``
- unsafe data - Address an incompatibility with ``AnsibleUnsafeText`` and ``AnsibleUnsafeBytes`` when pickling with ``protocol=0``
2023-12-14 08:09:13 +00:00
adam
e8272b2c42 jq: updated to 1.7.1
1.7.1

Security

CVE-2023-50246: Fix heap buffer overflow in jvp_literal_number_literal
CVE-2023-50268: fix stack-buffer-overflow if comparing nan with payload

CLI changes

Make the default background color more suitable for bright backgrounds.
Allow passing the inline jq script after --.
Restrict systems operations on OpenBSD and remove unused mkstemp.
Fix possible uninitialised value dereference if jq_init() fails.

Language changes

Simplify paths/0 and paths/1.
Reject U+001F in string literals.
Remove unused nref accumulator in block_bind_library.
Remove a bunch of unused variables, and useless assignments.
main.c: Remove unused EXIT_STATUS_EXACT option.
Actually use the number correctly casted from double to int as index.
src/builtin.c: remove unnecessary jv_copy-s in type_error/type_error2.
Remove undefined behavior caught by LLVM 10 UBSAN.
Convert decnum to binary64 (double) instead of decimal64. This makes jq behave like the JSON specification suggests and more similar to other languages.
Fix memory leaks on invalid input for ltrimstr/1 and rtrimstr/1.
Fix memory leak on failed get for setpath/2.
Fix nan from json parsing also for nans with payload that start with 'n'.
Allow carriage return characters in comments.

Documentation changes

Generate links in the man page.
Standardize arch types to AMD64 & ARM64 from index page download dropdown.
2023-12-14 08:08:03 +00:00
wiz
5041b21707 doc: Updated devel/py-h5py to 3.10.0 2023-12-13 20:29:25 +00:00
wiz
a9d523f421 py-h5py: update to 3.10.0.
pkgsrc change: Use post-release upstream code to fix build with Cython 3.

What's new in h5py 3.10
=======================

New features
------------

* h5py now has pre-built packages for Python 3.12.
* Pre-built packages on Linux & Windows now bundle HDF5 version 1.14.2.
  Mac packages still contain HDF5 1.12.2 for now. You can still :ref:`build h5py
  from source <source_install>` against a wider range of HDF5 versions.
* The read-only S3 file driver ('ros3') now accepts an AWS session token
  as part of the credentials (:pr:`2301`). Pass ``session_token`` when opening
  a :class:`.File` (along with the other S3 parameters). This requires HDF5
  1.14.2 or later, with the ROS3 feature built.

Deprecations & removals
-----------------------

* Support for the HDF5 1.8 series was dropped, along with early 1.10 releases.
  The minimum required HDF5 version is now 1.10.4.

Exposing HDF5 functions
-----------------------

* ``H5Pget_fapl_ros3_token`` & ``H5Pset_fapl_ros3_token``

Bug fixes
---------

* Various nasty bugs when using nested compound and vlen data types have been
  fixed (:pr:`2134`).
* Fixed an ``OverflowError`` in some cases when registering a filter with
  :func:`h5z.register_filter`, especially on 32-bit architectures (:pr:`2318`).
* Sequential slicing/indexing operations on a :class:`.VirtualSource` object
  (e.g. ``source[:10][::2]``)  now raise an error, rather than giving incorrect
  results (:pr:`2280`).

Building h5py
-------------

* h5py now uses HDF5's 1.10 compatibility mode at compile time rather than the
  1.8 compatibility mode (:pr:`2320`). This is normally transparent even if you're
  building h5py from source.
2023-12-13 20:29:09 +00:00
wiz
5428bc2df9 doc: Updated math/py-tables to 3.9.2 2023-12-13 20:18:46 +00:00
wiz
271ad8e1fa py-tables: update to 3.9.2.
Changes from 3.9.1 to 3.9.2
===========================

Bugfixes
--------

- Fix the assembly of returned slice data in Blosc2 NDim optimized slice reads
  by using Blosc2's `b2nd_copy_buffer` (:PR:`1078`).  The bug only showed up
  when the chunk did not fully cover the innermost dimension.  Add unit tests
  to ckeck for regressions, along with foreign-generated files, and enable and
  fix Blosc2 NDim tests which were not being run.  Thanks to Ivan Vilata.

Improvements
------------

- PyTables wheels now use a threadsafe build of the HDF5 library
  (:issue:`1075` and :PR:`1077`).  Concurrent reads should be possible with no
  need for additional locking or monkey-patching of the file open function.
  Thanks to Kiet Pham.
- Partial support for the future NumPy 2, with some tests still failing
  (:PR:`1068`).  Thanks to Thomas Grainger.
- Relax the reading of Blosc2 NDim to cope with datasets stored with other
  tools (:PR:`1072`), e.g. missing chunk rank/shape in filter values, having
  HDF5 chunks where the Blosc2 super-chunk contains more than one inner chunk,
  or chunks with data not padded to the full chunk size (example script and
  tests included).  Also enhance checks, comments and logged messages.  Thanks
  to Ivan Vilata.

Other changes
-------------

- Drop compatibility with the obsolete HDF5 1.8 API.  PyTables now requires at
  least the 1.10 API (:PR:`1080`).  Thanks to Antonio Valentino.
- Require python-blosc2 >= 2.3.0 or c-blosc2 >= 2.11.0 (which adds support for
  the `b2nd_copy_buffer` function).
- Use the main Conda Forge channel for Python 3.12 (:PR:`1066`).  Thanks to
  Thomas Grainger.
- Assorted fixes to the b2nd slicing benchmark.  Thanks to Ivan Vilata.
- Assorted fixes to b2nd slicing optimization tips (:PR:`1069`).  Thanks to
  Ivan Vilata.

Changes from 3.9.0 to 3.9.1
===========================

- Minimum supported version for Python is 3.9 (see :issue:`1062`).


Changes from 3.8.0 to 3.9.0
===========================

New features
------------

- Apply optimized slice read to Blosc2-compressed `CArray` and `EArray`, with
  Blosc2 NDim 2-level partitioning for multidimensional arrays (:PR:`1056`).
  See "Multidimensional slicing and chunk/block sizes" in the User's Guide.
  Thanks to Marta Iborra and Ivan Vilata.  This development was funded by a
  NumFOCUS grant.
- Add basic API for column-level attributes as `Col._v_col_attrs` (:PR:`893`
  and :issue:`821`).  Thanks to Jonathan Wheeler, Thorben Menne, Ezequiel
  Cimadevilla Alvarez, odidev, Sander Roet, Antonio Valentino, Munehiro
  Nishida, Zbigniew Jędrzejewski-Szmek, Laurent Repiton, xmatthias, Logan
  Kilpatrick.

Other changes
-------------

- Add support for the forthcoming Python 3.12 with binary wheels and automated
  testing.
- Drop wheels and automated testing for Python 3.8; users or distributions may
  still build and test with Python 3.8 on their own (see :commit:`ae1e60e` and
  :commit:`47f5946`).
- New benchmark for ERA5 climate data.  Thanks to Óscar Guiñón.
- New "100 trillion baby" benchmark.  Thanks to Francesc Alted.
- New benchmark for querying meteorologic data.  Thanks to Francesc Alted.

Improvements
------------

- Use `H5Dchunk_iter` (when available) to speed up walking over many chunks in
  a very large table, as well as with random reads (:issue:`991`, :PR:`997`,
  :PR:`999`).  Thanks to Francesc Alted and Mark Kittisopikul.
- Improve `setup.py` (now using `pyproject.toml` as per PEP 518) and `blosc2`
  discovery mechanism.  Blosc2 may be used both via python-blosc2 or system
  c-blosc2 (:PR:`987`, :PR:`1000`, :issue:`998`, :PR:`1017`,
  :PR:`1045`). Thanks to Antonio Valentino, Ben Greiner, Iwo-KX, nega.
- Enable compatibility with Cython 3 (:PR:`1008` and :issue:`1003`).  Thanks
  to Matus Valo and Michał Górny.
- Set GitHub workflow permissions to least privileges (:PR:`1007`).  Thanks to
  Joyce Brum.
- Add `SECURITY.md` with security policy (:PR:`1012` and :issue:`1011`).
  Thanks to Joyce Brum.
- Handle py-cpuinfo missing in some platforms (:PR:`1013`).  Thanks to Sam
  James.
- Avoid NumPy >= 1.25 deprecations, use `numpy.all`, `numpy.any`,
  etc. instead.  Thanks to Antonio Valentino.
- Avoid C-related build warnings.  Thanks to Antonio Valentino.
- Streamline CI wheel building & testing with `cibuildwheel`, more clear
  distinctions between build and runtime dependencies.
- Update included c-blosc to v1.21.5 (fixes SSE2/AVX build issue).
- Require python-blosc2 >= 2.2.8 or c-blosc2 >= 2.10.4 (Python 3.12 support
  and assorted fixes).
- Update external libraries for CI-based wheel builds (:PR:`1018` and
  :issue:`967`):

  * hdf5 v1.14.2
  * lz4 v1.9.4
  * zlib v1.2.13

Bugfixes
--------

- Fix crash in Blosc2 optimized path with large tables (:issue:`995` and
  :PR:`996`).  Thanks to Francesc Alted.
- Fix compatibility with NumExpr v2.8.5 (:PR:`1046`).  Thanks to Antonio
  Valentino.
- Fix build errors on Windows ARM64 (:PR:`989`).  Thanks to Cristoph Gohlke.
- Fix `ptrepack` failures with external links (:issue:`938` and :PR:`990`).
  Thanks to Adrian Altenhoff.
- Replace stderr messages with Python warnings (:issue:`992` and :PR:`993`).
  Thanks to Maximilian Linhoff.
- Fixes to CI workflow and wheel building (:PR:`1009`, :PR:`1047`).  Thanks to
  Antonio Valentino.
- Fix garbled rendering of `File.get_node` docstring (:PR:`1021`).  Thanks to
  Steffen Rehberg.
- Fix open `extern "C"` block (:PR:`1026`).  Thanks to Ivan Vilata.
- Fix Cython slice indexing under Python 3.12 (:PR:`1033`).  Thanks to
  Zbigniew Jędrzejewski-Szmek.
- Fix unsafe temporary file creation in benchmark (:PR:`1053`).  Thanks to Al
  Arafat Tanin (Project Alpha-Omega).
2023-12-13 20:18:36 +00:00
wiz
567b0ee96f py-flask-jwt-extended: add missing tool 2023-12-13 19:25:58 +00:00
wiz
3a2ecc92b5 py-django-photologue: add missing tool 2023-12-13 19:25:04 +00:00
wiz
c1541bebb6 py-trading-calendars: add missing tool 2023-12-13 19:23:53 +00:00
wiz
b74bebbd5b py-loguru: add missing tools 2023-12-13 19:22:45 +00:00
wiz
6de5aa2d51 py-junos-eznc: fix build with Python 3.12. 2023-12-13 19:21:35 +00:00
wiz
24d02d7fb5 py-junos-eznc: fix PLIST for Python != 3.11 2023-12-13 19:17:21 +00:00
wiz
4d693a63c5 py-tortoise-orm: add missing tool 2023-12-13 19:14:29 +00:00
schmonz
afdfcb45ac cargo.mk: centralize Darwin -install_name workaround. 2023-12-13 17:39:06 +00:00
wiz
cb2b83f475 doc: opensc-0.24.0, fixes CVEs 2023-12-13 15:55:24 +00:00
zafer
78da08bdd4 update master sites 2023-12-13 14:53:44 +00:00
zafer
5cc66dc826 update master sites 2023-12-13 14:18:56 +00:00
zafer
0db0d1c21c defunct master site. provide hosting. 2023-12-13 14:02:02 +00:00
mef
e98631c2ad doc: Updated devel/p5-Carp-Assert-More to 2.3.0 2023-12-13 13:57:25 +00:00
mef
abd2604e60 (devel/p5-Carp-Assert-More) Updated 1.20 to 2.3.0
2.3.0   Tue May 30 21:52:20 CDT 2023
        [ENHANCEMENTS]
        Added assert_arrayref_of() to verify that all of the elements
        in an arrayref are of a given type. For example:

            my $users = get_users();
            assert_arrayref_of( $users, 'My::User' );


2.2.0   Sun Jan 29 20:23:59 CST 2023
        [ENHANCEMENTS]
        Added assert_cmp( $x, $op, $y [, $msg] ), analogous to cmp_ok in Test::More, so you can do
            assert_cmp( $n, '>', 10 );
        which will give better diagnostics than just
            assert( $n > 10 );
        Operators supported are: lt le gt ge == != > >= < <=

        assert_all_keys_in() now lists all key failures in the message, not just the first one.

        assert_keys_are() now lists all key failures in the message, not just the first one.


2.1.0   Mon Aug 15 19:54:27 CDT 2022
        [ENHANCEMENTS]
        Add diagnostic strings to the failures. For example:

            assert_nonblank( [ 'foo' ], 'This should be nonblank' );

        would fail with:

            Assertion (This should be nonblank) failed!

        but now fails with:

            Assertion (This should be nonblank) failed!
            Value is a reference to ARRAY.

        Similar changes have been made to:
        * assert_all_keys_in
        * assert_keys_are
        * assert_empty
        * assert_nonempty


2.0.1   Fri Aug 13 11:57:15 CDT 2021
        [FIXES]
        assert_all_keys_in() mistakenly required a non-empty list of
        keys to check.

        [ENHANCEMENTS]
        Sped up assert_isa_in(), assert_is().


2.0.0   Thu Aug 12 23:00::00 CDT 2021
        [DIFFERENCES]
        Now requires Perl 5.10 or higher.  No longer requires Carp::Assert.

        The numeric functions are more stringent now.  If it expects
        a number, then you need to pass a number.  For example,
        assert_nonnegative($x) would pass if $x was a non-numeric
        string. Now it must be numeric.

        assert_empty() and assert_nonempty() no longer gives a message
        of "Not an array or hash reference".  If you don't pass an array
        or hash reference, the assertion will just fail with the message
        passe3d in.

        assert_aoh() and assert_datetime() no longer provide a default
        message.

        assert_in() is more strict. Each element of the target array
        is checked to not be a reference.

        assert_exists() and assert_lacks() are more strict.  The list
        of keys to check cannot be empty.

        [ENHANCEMENTS]
        Most of the functions are about twice as fast because of reduced
        number of function calls internally.

        Added assert_context_nonvoid() and assert_context_scalar()
        to assert on how the executing function has been called.

        assert_in() now lets you use undef as both the needle and one
        of the values in the haystack.


1.26    Sat Dec 26 00:26:23 CST 2020
        [ENHANCEMENTS]
        Add assert_arrayref_nonempty().

        Add assert_hashref_nonempty().

1.24    Tue Oct  6 22:37:06 CDT 2020
        [ENHANCEMENTS]
        The requirement for Perl 5.10 has been reverted to 5.6.1.

1.22    Tue Oct  6 22:03:55 CDT 2020
        [ENHANCEMENTS]
        Add assert_keys_are() for asserting an exact list of keys.
2023-12-13 13:57:15 +00:00
zafer
33ea0aabd3 update master site 2023-12-13 13:55:54 +00:00
wiz
c2a912c63f doc: Updated devel/py-googleapis-common-protos to 1.62.0 2023-12-13 13:55:42 +00:00
wiz
c8541f0daf py-googleapis-common-protos: update to 1.62.0.
1.62.0 (2023-12-01)

Features

    Add auto_populated_fields field of MethodSettings in google/api/client_pb2 (#194) (4b0c73a)
    Add support for Python 3.12 (#192) (336cdf3)

Bug Fixes

    Migrate to native namespace packages (#187) (713e388)
2023-12-13 13:55:29 +00:00
wiz
7ac5d57314 doc: Updated security/py-google-auth to 2.25.2 2023-12-13 13:52:57 +00:00
wiz
7567db5615 py-google-auth: update to 2.25.2.
2.25.2 (2023-12-08)

Bug Fixes

    Fix user cred universe domain issue (#1436) (ae314a8)

2.25.1

Bug Fixes

    Fix vm universe_domain bug (#1433) (8683520)

2.25.0 (2023-12-04)

Features

    Add custom tls signer for ECP Provider. (39eb287)
    Add custom tls signer for ECP Provider. (#1402) (39eb287)

Bug Fixes

    Add with_universe_domain (#1408) (505910c)
    Fixes issue where Python37DeprecationWarning cannot be filtered (#1428) (f22f767)
    Remove broken link in Python37DeprecationWarning (#1430) (e2db602)
2023-12-13 13:52:45 +00:00
zafer
377066fa24 provide hosting 2023-12-13 13:50:19 +00:00
mef
21e42b2051 doc: Updated devel/p5-CPAN-Uploader to 0.103018 2023-12-13 13:48:41 +00:00
mef
d5f7cf4237 (devel/p5-CPAN-Uploader) Updated 0.103016 to 0.103018
0.103018  2023-01-13 21:11:24-05:00 America/New_York
        - a bit of refactoring and testing of .pause parser (thanks, Shlomi
          Fish)

0.103017  2022-12-31 21:14:55-05:00 America/New_York
        - update author contact info
2023-12-13 13:48:30 +00:00
wiz
449826081b doc: Updated www/py-google-api-python-client to 2.111.0 2023-12-13 13:48:22 +00:00
wiz
36444bbaec py-google-api-python-client: update to 2.111.0.
2.111.0 (2023-12-12)

Features

    Add support for Python 3.12 (#2288) (2ac8f89)
    aiplatform: Update the api 6f772fd6a9 (79fee0e)
    alloydb: Update the api 4ee2fcb083 (79fee0e)
    androidpublisher: Update the api dc4e5e9fa2 (79fee0e)
    baremetalsolution: Update the api 79aa42dc6c (79fee0e)
    batch: Update the api dfe37392b9 (79fee0e)
    bigquery: Update the api 804ef48218 (79fee0e)
    cloudbilling: Update the api bc285d7f5a (79fee0e)
    clouddeploy: Update the api 97509bb1c1 (79fee0e)
    connectors: Update the api 7f2654064f (79fee0e)
    container: Update the api 67a8d7a791 (79fee0e)
    datacatalog: Update the api 2be21be6bc (79fee0e)
    dataflow: Update the api 0c5d8136b3 (79fee0e)
    dns: Update the api 35ef8109d1 (79fee0e)
    gkehub: Update the api b1823e826d (79fee0e)
    gkeonprem: Update the api 14b80769f7 (79fee0e)
    metastore: Update the api 03d9f29e20 (79fee0e)
    monitoring: Update the api ab03f9c783 (79fee0e)
    networkmanagement: Update the api 3ddf64cdd3 (79fee0e)
    networksecurity: Update the api a2e83231ab (79fee0e)
    networkservices: Update the api 9490509110 (79fee0e)
    playdeveloperreporting: Update the api 8e799b7780 (79fee0e)
    pubsub: Update the api ce81218ef0 (79fee0e)
    script: Update the api a2c6f6f732 (79fee0e)
    securitycenter: Update the api 9d79a685e8 (79fee0e)
    vpcaccess: Update the api 7e2f29aeef (79fee0e)

Bug Fixes

    Replace deprecated utcnow, utcfromtimestamp (#2286) (b3e5d38)

2.110.0 (2023-12-07)

Features

    adexchangebuyer2: Update the api 4d3994fbdb (a04a3c8)
    advisorynotifications: Update the api bfe6809ce1 (a04a3c8)
    aiplatform: Update the api 936a2a682d (a04a3c8)
    alloydb: Update the api cbad822f9f (a04a3c8)
    analyticsdata: Update the api 36cc2c9356 (a04a3c8)
    apigee: Update the api f15736504f (a04a3c8)
    assuredworkloads: Update the api f0d3b8de03 (a04a3c8)
    blockchainnodeengine: Update the api c21fe23cc8 (a04a3c8)
    chat: Update the api 00f336d227 (a04a3c8)
    cloudbuild: Update the api f74daa259d (a04a3c8)
    cloudfunctions: Update the api e0465dcafe (a04a3c8)
    composer: Update the api a8331e0ce9 (a04a3c8)
    compute: Update the api d1a6305cbf (a04a3c8)
    connectors: Update the api 255dcdb1e6 (a04a3c8)
    content: Update the api d9dcc8a59a (a04a3c8)
    dataflow: Update the api ae34f860c5 (a04a3c8)
    datafusion: Update the api 3064343538 (a04a3c8)
    dataplex: Update the api 5ae3e139b6 (a04a3c8)
    dialogflow: Update the api e6ab610d39 (a04a3c8)
    discoveryengine: Update the api 79488e8e6e (a04a3c8)
    documentai: Update the api 0ba0291893 (a04a3c8)
    drive: Update the api 584b8c0b18 (a04a3c8)
    file: Update the api 98ba880714 (a04a3c8)
    firebaseappcheck: Update the api 67ece7213c (a04a3c8)
    firebaserules: Update the api dc36ebf87e (a04a3c8)
    gkeonprem: Update the api 2f2bc80c13 (a04a3c8)
    networkmanagement: Update the api c70de231f3 (a04a3c8)
    recaptchaenterprise: Update the api cd7d287107 (a04a3c8)
    recommender: Update the api 338e257a56 (a04a3c8)
    redis: Update the api 287eccfcdf (a04a3c8)
    retail: Update the api f204051019 (a04a3c8)
    run: Update the api f26cd9526d (a04a3c8)
    securitycenter: Update the api 2f8dcf9b08 (a04a3c8)
    serviceconsumermanagement: Update the api 9dcb74821a (a04a3c8)
    servicemanagement: Update the api 914dd322c6 (a04a3c8)
    serviceusage: Update the api b2acc53dee (a04a3c8)
    storage: Update the api c4c986173b (a04a3c8)
    translate: Update the api 2d414558db (a04a3c8)
    vision: Update the api 3e1fbb9cef ([a04a3c8](https://github.com/googleapis/go...
2023-12-13 13:48:11 +00:00
mef
e1ce18db89 doc: Updated devel/p5-CPAN-Reporter to 1.2019 2023-12-13 13:45:37 +00:00
mef
5f78e94b3e (devel/p5-CPAN-Reporter) Updated 1.2018 to 1.2019
1.2019    2023-05-01 03:14:19+02:00 Europe/Paris

  [ADDED]
  - Record whether perl was built with taint support enabled or not
  - Include Test2 version in toolchain report
  - snip in the middle of the log, not a the end, so you get
    potentially more interesting data

  [CHANGED]
  - replaced IO::CaptureOutput with Capture::Tiny
  - Eliminate dependency on File::Copy::Recursive.
2023-12-13 13:45:25 +00:00
wiz
e6139c679e doc: Updated devel/py-google-api-core to 2.15.0 2023-12-13 13:44:44 +00:00
wiz
888e179bce py-google-api-core: update to 2.15.0.
Features

    Add support for Python 3.12 (#557) (091b4f1)
    Add type annotations to wrapped grpc calls (#554) (fc12b40)
    Add universe_domain argument to ClientOptions (3069ef4)
    Introduce compatibility with native namespace packages (#561) (bd82827)

Bug Fixes

    Fix regression in bidi causing Thread-ConsumeBidirectionalStream caught unexpected exception  and will exit (#562) (40c8ae0)
    Replace deprecated datetime.datetime.utcnow() (#552) (448923a), closes #540
2023-12-13 13:44:33 +00:00
zafer
295a7b84ba update master sites 2023-12-13 13:39:23 +00:00
mef
552087a5ff doc: Updated devel/p5-CPAN-Perl-Releases to 5.20231129 2023-12-13 13:38:30 +00:00
mef
e713826fa2 (devel/p5-CPAN-Perl-Releases) Updated 5.20211120 to 5.20231129
-----------------------------------------------
version 5.20231129 at 2023-11-29 16:42:36 +0000
-----------------------------------------------

  Change: e00885d04b7b09c5af083ea9f676debb25c3aeb1
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-11-29 16:42:36 +0000

    Updated for v5.34.3, v5.36.3 and v5.38.2

-----------------------------------------------
version 5.20231125 at 2023-11-25 15:33:39 +0000
-----------------------------------------------

  Change: 8d68024297ab0476c12901327f0349ea27721790
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-11-25 15:33:39 +0000

    Updated for maintenance releases

    v5.34.2 v5.36.2 v5.38.1

-----------------------------------------------
version 5.20231120 at 2023-11-20 09:24:19 +0000
-----------------------------------------------

  Change: 5baddd08edbb5b987a0851bfee46f0b8265be8ef
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-11-20 09:24:19 +0000

    Updated for v5.39.5

-----------------------------------------------
version 5.20231025 at 2023-10-25 20:24:51 +0000
-----------------------------------------------

  Change: 2e85413d96a397f9bd077475825eebdb4eee69b2
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-10-25 21:24:51 +0000

    Updated for v5.39.4

-----------------------------------------------
version 5.20230920 at 2023-09-20 18:54:17 +0000
-----------------------------------------------

  Change: bad470241783dea4fbbe17d91244a175f142fedf
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-09-20 19:54:17 +0000

    Updated for v5.39.3

-----------------------------------------------
version 5.20230820 at 2023-08-20 23:56:15 +0000
-----------------------------------------------

  Change: f31e695f438145c9082efa6231ca84cba1e59f68
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-08-21 00:56:15 +0000

    Updated for v5.39.2

-----------------------------------------------
version 5.20230720 at 2023-07-20 20:11:27 +0000
-----------------------------------------------

  Change: f49c489f92c224ad67fabe4922e906d30e93b60a
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-07-20 21:11:27 +0000

    Updated for v5.39.1

-----------------------------------------------
version 5.20230703 at 2023-07-02 23:53:11 +0000
-----------------------------------------------

  Change: bfcaedc47ff3b2eb41b8937c90d88f8d6e1f6978
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-07-03 00:53:11 +0000

    Updated for v5.38.0

-----------------------------------------------
version 5.20230623 at 2023-06-23 21:52:24 +0000
-----------------------------------------------

  Change: b89377d4677c288d0b76ed06e27ba649d1b21f74
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-06-23 22:52:24 +0000

    Updated for v5.38.0-RC2

  Change: 488c1baf27c61a77e2af01f2205fa3230e8ac4da
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-06-16 09:15:45 +0000

    Deal with pumpkins who have deleted dev releases

    Special case SHAY who has only removed tar.bz2 tarballs for releases
    below v5.28.0

-----------------------------------------------
version 5.20230616 at 2023-06-16 08:11:37 +0000
-----------------------------------------------

  Change: 0843bf23082ec504703d9eca46a91e8f95844bac
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-06-16 09:11:37 +0000

    Deal with pumpkins who have deleted dev releases

    Special case SHAY who has only removed tar.bz2 tarballs for releases
    below v5.28.0

  Change: 988dccbcba9978c46964bc31e46173e38638cb6a
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-06-16 08:46:20 +0000

    Updated for v5.38.0-RC1

-----------------------------------------------
version 5.20230423 at 2023-04-23 16:31:11 +0000
-----------------------------------------------

  Change: 43aa9b7df2dbb788184328cb7bd27d50aec026dd
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-04-23 17:31:11 +0000

    Updated for v5.36.1

-----------------------------------------------
version 5.20230420 at 2023-04-20 20:35:16 +0000
-----------------------------------------------

  Change: 4cd1cb76991ac241deef0dc210175dc9367f6b5e
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-04-20 21:35:16 +0000

    Updated for v5.37.11

-----------------------------------------------
version 5.20230416 at 2023-04-16 17:24:13 +0000
-----------------------------------------------

  Change: c8ff0c48b031dcc2704e3545c698e2c53e69b8a4
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-04-16 18:24:13 +0000

    Updated for v5.36.1-RC3

-----------------------------------------------
version 5.20230411 at 2023-04-11 21:42:22 +0000
-----------------------------------------------

  Change: c52e19c725e091ad98845f11b90e6f2752b5a9cc
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-04-11 22:42:22 +0000

    Updated for v5.36.1-RC2

-----------------------------------------------
version 5.20230410 at 2023-04-10 21:11:27 +0000
-----------------------------------------------

  Change: d302bd814cef39983a4a1437e18365d4093f9f0a
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-04-10 22:11:27 +0000

    Updated for v5.36.0-RC1

-----------------------------------------------
version 5.20230320 at 2023-03-21 08:28:30 +0000
-----------------------------------------------

  Change: 8bff384538bdd3d8e3ecfea3d72986ddff4c06fb
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-03-21 08:28:30 +0000

    Updated for v5.37.10

-----------------------------------------------
version 5.20230220 at 2023-02-20 20:54:12 +0000
-----------------------------------------------

  Change: dd96b83b4d32334bc218e96f06e4e3e8f9c97f8f
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-02-20 20:54:12 +0000

    Updated for v5.37.9

-----------------------------------------------
version 5.20230120 at 2023-01-20 15:34:09 +0000
-----------------------------------------------

  Change: 9a8ef1e706cdc3a4577c6671ee60075a3fa9425b
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2023-01-20 15:34:09 +0000

    Updated for v5.37.8

-----------------------------------------------
version 5.20221220 at 2022-12-20 14:29:16 +0000
-----------------------------------------------

  Change: bd2bf00e95826460d4e9346c0e629fb390dddfa0
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2022-12-20 14:29:16 +0000

    Updated for v5.37.7
2023-12-13 13:38:17 +00:00