summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-send2trash: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyparted: add missing run-time dependenciesBartosz Golaszewski2023-06-061-1/+4
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: add nativesdk to BBCLASSEXTENDGeoff Parker2023-06-061-1/+1
| | | | | Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireshark: Update to a supported version 4.0.xArmin Kuster2023-06-065-239/+94
| | | | | | | | | | | | Drop CVE patch as its included. Drop 0003-bison-Remove-line-directives.patch as file is not longer there. refactor 0001-wireshark-src-improve-reproducibility.patch LIC_FILES_CHKSUM changed do to re-structuring. Remove TMPDIR found in some files. Remove c-ares PACKAGECONFIG as its a required pkg Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: upgrade 44.1 -> 44.2Markus Volk2023-06-061-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: upgrade 44.1 -> 44.2Markus Volk2023-06-061-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: upgrade 44.1 -> 44.2Markus Volk2023-06-062-3/+16
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dovecot: Fix install conflict when enable multilib.Lei Maohui2023-06-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's conflict of config.h between dovecot and lib32-dovecot. The differences of config-64.h and config-32.h are as follows: @@ -774,7 +774,7 @@ #define MODULE_SUFFIX ".so" /* Maximum value of off_t */ -#define OFF_T_MAX LONG_MAX +#define OFF_T_MAX LLONG_MAX /* Name of package */ #define PACKAGE "dovecot" @@ -834,7 +834,7 @@ #define PRIdTIME_T "ld" /* printf() format for uoff_t */ -#define PRIuUOFF_T "lu" +#define PRIuUOFF_T "llu" /* printf() fmt for hex time_t */ #define PRIxTIME_T "lx" @@ -846,19 +846,19 @@ #define SIZEOF_INT 4 /* The size of `long', as computed by sizeof. */ -#define SIZEOF_LONG 8 +#define SIZEOF_LONG 4 /* The size of `long long', as computed by sizeof. */ #define SIZEOF_LONG_LONG 8 /* The size of `void *', as computed by sizeof. */ -#define SIZEOF_VOID_P 8 +#define SIZEOF_VOID_P 4 /* Build SQL drivers as plugins */ /* #undef SQL_DRIVER_PLUGINS */ /* Maximum value of ssize_t */ -#define SSIZE_T_MAX LONG_MAX +#define SSIZE_T_MAX INT_MAX /* C99 static array */ #define STATIC_ARRAY static @@ -887,13 +887,13 @@ /* #undef UOFF_T_INT */ /* Define if off_t is long */ -#define UOFF_T_LONG /**/ +/* #undef UOFF_T_LONG */ /* Define if off_t is long long */ -/* #undef UOFF_T_LONG_LONG */ +#define UOFF_T_LONG_LONG /**/ /* Maximum value of uoff_t */ -#define UOFF_T_MAX ULONG_MAX +#define UOFF_T_MAX ULLONG_MAX /* Build with checkpassword userdb support */ #define USERDB_CHECKPASSWORD /**/ @@ -935,7 +935,7 @@ #endif /* Number of bits in a file offset, on hosts where this is settable. */ -/* #undef _FILE_OFFSET_BITS */ +#define _FILE_OFFSET_BITS 64 /* Define for large files, on AIX-style hosts. */ /* #undef _LARGE_FILES */ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* firewalld: upgrade 1.2.0 -> 1.3.2Petr Gotthard2023-06-051-2/+2
| | | | | | | | | | | | | | | | | | Apart the bugfixes, the 1.3.0 introduced the following features: feat(service): add Warpinator (6de3f18) feat(dbus): reset to default settings (4d327c5) feat(service): add bareos-director bareos-filedaemon bareos-storage (7552095) feat(policy): masquerade: allow ingress zone to have interface (d8ebe1d) feat(service): add Nebula service (3f59ce9) feat(service): add Ceph Prometheus exporter (ef9d51f) feat(service): add OMG DDS service definition (9ad3d37) feat(service): add llmnr-client service (0ae765c) feat(service): add ps2link service (6d1586c) feat(service): add definition for syncthing-relay (cab0d43) Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: apply rename of genivi to covesaAlexander Mohr2023-06-051-3/+3
| | | | | | | | On october 5th 2021 genivi was rebranded to covesa. This commit applies this name change to the recipe of dlt-daemon Signed-off-by: Alexander Mohr <alexander.m.mohr@mercedes-benz.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* open62541: build optimized binaryJohannes Kauffmann2023-06-051-0/+1
| | | | | | | Without any build type specified, open62541 defaults to "Debug". Signed-off-by: Johannes Kauffmann <johanneskauffmann@hotmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntp: upgrade 4.2.8p15 -> 4.2.8p16Wang Mingyu2023-06-054-29/+31
| | | | | | | | | | | | | | | | 0001-libntp-Do-not-use-PTHREAD_STACK_MIN-on-glibc.patch 0001-test-Fix-build-with-new-compiler-defaults-to-fno-com.patch refreshed for new version. Changelog ========= - fixes 4 vulnerabilities (3 LOW and 1 None severity), - fixes 46 bugs - includes 15 general improvements - adds support for OpenSSL-3.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.24.0 -> 1.25.0Wang Mingyu2023-06-051-1/+1
| | | | | | | | | | | | | Changelog: =========== Support urllib3>=2.0.0 (#2148) Auto-retry tests on failure (#2134) Correct importlib.metadata check in test_modules (#2149) Fix distribution name normalization (PEP-0503) (#2144) Fix functions_to_trace typing (#2141) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.3.5 -> 13.4.1Wang Mingyu2023-06-051-1/+1
| | | | | | | | | | Changelog: ============ Fixed typing extensions import in markdown #2979 Added support for tables in Markdown #2977 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2023.5.5 -> 2023.6.3Wang Mingyu2023-06-051-1/+1
| | | | | | | | | | Changelog: ============= # Git issue 498: Conditional negative lookahead inside positive lookahead fails to match Conditional node needed an additional member that points to the true branch. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymodbus: upgrade 3.2.2 -> 3.3.0Wang Mingyu2023-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== Stabilize windows tests. (#1567) Bump mypy 1.3.0 (#1568) Transport integrated in async clients. (#1541) Client async corrections (due to 3.1.2) (#1565) Server_async[udp], solve 3.1.1 problem. (#1564) Remove ModbusTcpDiagClient. (#1560) Remove old method from Python2/3 transition (#1559) Switch to ruff's version of bandit (#1557) Allow reading/writing address 0 in the simulator (#1552) Remove references to "defer_start". (#1548) Client more robust against faulty response. (#1547) Fix missing package_data directives for simulator web (#1544) Fix installation instructions (#1543) Solve pytest timeout problem. (#1540) DiagnosticStatus encode missing tuple check. (#1533) test SparseDataStore. (#1532) BinaryPayloadBuilder.to_string to BinaryPayloadBuilder.encode (#1526) Adding flake8-pytest-style` to ruff (#1520) Simplify version management. (#1522) pylint and pre-commit autoupdate (#1519) Add type hint (#1512) Add action to lock issues/PR. (#1508) New common transport layer. (#1492) Solve serial close raise problem. Remove old config values (#1503) Document pymodbus.simulator. (#1502) Refactor REPL server to reduce complexity (#1499) Don't catch KeyboardInterrupt twice for REPL server (#1498) Refactor REPL client to reduce complexity (#1489) pymodbus.server: listen on ID 1 by default (#1496) Clean framer/__init__.py (#1494) Duplicate transactions in UDP. (#1486) clean ProcessIncommingPacket. (#1491) Enable pyupgrade (U) rules in ruff (#1484) clean_workflow.yaml solve parameter problem. Correct wrong import in test. (#1483) Implement pyflakes-simplify (#1480) Test case for UDP duplicate msg issue (#1470) Test of write_coil. (#1479) Test reuse of client object. (#1475) Comment about addressing when shared=false (#1474) Remove old aliases to OSError (#1473) pymodbus.simulator fixes (#1463) Fix wrong error message with pymodbus console (#1456) update modbusrtuframer (#1435) Server multidrop test.: (#1451) mypy problem ModbusResponse. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nocaselist: upgrade 1.1.1 -> 2.0.0Wang Mingyu2023-06-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.19.0 -> 2.19.1Wang Mingyu2023-06-051-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== Bug Fixes --------- Check id token error response (#1315) (2a71f7b) Fix "AttributeError: 'str' object has no attribute 'get'" (dac7cc3) Documentation -------------- Replacing abc.com with example.com (dac7cc3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.87.0 -> 2.88.0Wang Mingyu2023-06-051-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cachecontrol: upgrade 0.12.12 -> 0.13.0Wang Mingyu2023-06-051-2/+2
| | | | | | | | | | | | | | | | | | Changelog: ========== Fix #292: disuse HTTPResponse.strict fix: double reading error on urllib3 2.0 Packaging the tests, or not Add type annotations Use Python's unittest mock feat: remove compat module tests: Support python 3.11 fix: use pytest native method name Remove use of utcnow Release 0.13.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pamela: upgrade 1.0.0 -> 1.1.0Wang Mingyu2023-06-052-15/+14
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: upgrade 1.38 -> 1.39Wang Mingyu2023-06-051-1/+1
| | | | | | | | Changelog: Fix rt.cpan.org #148340 udpsize uninitialized value Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xwd: upgrade 1.0.8 -> 1.0.9Wang Mingyu2023-06-051-1/+2
| | | | | | | | | | | | | | | | | | | Changelog: ========== Make -help & -version work without requiring an open display list.c: Stop building functions that are never called Delete commented-out local copy of list function prototypes Variable scope reduction as recommended by cppcheck Remove unnecessary casts from malloc() and free() calls Handle -Wcomma warnings from clang Remove unused macros gitlab CI: stop requiring Signed-off-by in commits Build xz tarballs instead of bzip2 gitlab CI: add a basic build test Fix spelling/wording issues Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: upgrade 381 -> 382Wang Mingyu2023-06-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrdb: upgrade 1.2.1 -> 1.2.2Wang Mingyu2023-06-051-1/+2
| | | | | | | | | | | | | | | | Changelog: ========= gitlab CI: add a basic build test Build xz tarballs instead of bzip2 gitlab CI: stop requiring Signed-off-by in commits Variable scope reduction as recommended by cppcheck Use C99 struct initialization Rename variable 'dup' to avoid shadowing dup() function Fallback asprintf: don't truncate output that has a \0 in string configure: raise minimum autoconf requirement to 2.70 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tree: upgrade 2.1.0 -> 2.1.1Wang Mingyu2023-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Various spelling corrections. - Fix issue where following links while doing JSON output would lead to incorrect JSON output. - Fix issue where .info patterns relative to the .info file that did not use a wildcard for matching the prefix were not matching files properly. - Added support for making trees from tab indented files (--fromtabfile) - Fix buffer overflow in listdir() when file names are allowed to be longer than 256 characters (like when using fromfile.) - If when attempting to open a .gitignore or .info file from a top level directory and failing, recursively check the parents for such a file. This stops when successful at opening such a file. This behavior might in the future be modified to open all such files in all parents to until root is reached. - Fix issue where tree would never descend (-l) a symbolic link when a full tree is gathered (--du/matchdirs/prune) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20230528.0 -> 6.0.20230604.0Wang Mingyu2023-06-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* samba: upgrade 4.18.2 -> 4.18.3Wang Mingyu2023-06-051-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.48.2 -> 3.48.3Wang Mingyu2023-06-051-2/+2
| | | | | | | | Bug Fixes: I#475 - EWebDAVSession: Claim also error nodes from propstat response Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* contrib: oe-stylize: Use Python3 explicitlyNiko Mauno2023-06-041-1/+1
| | | | | | | | | | | | | | | | For instance on Debian based host OS 'python' is not provided by default, which results is following error when trying to execute oe-stylize.py script: /usr/bin/env: ‘python’: No such file or directory Update the shebang to explicitly reference 'python3' instead of 'python', which should make the script better out-of-the-box compatible with larger variety of host OSes on which Yocto based development work takes place. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* contrib: oe-stylize: Fix ambiguous variable namesNiko Mauno2023-06-041-4/+4
| | | | | | | | | | | | Fix pycodestyle warnings: oe-stylize.py:439:9: E741 ambiguous variable name 'l' oe-stylize.py:449:17: E741 ambiguous variable name 'l' by switching iterator variables to non-ambiguous characters. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: ignore CVE-2022-3479Peter Marko2023-06-041-0/+3
| | | | | | | | | | | | | | | Investigation based on https://bugzilla.mozilla.org/show_bug.cgi?id=1774654 leads to following: * fixed in 3.87 (https://hg.mozilla.org/projects/nss/rev/a7f363511333b8062945557607691002fd6e40b9) * changed code was introduced in 3.77 (https://hg.mozilla.org/projects/nss/rev/be6a97823bfe10fa08e17c9584938a2d525a38da) * NVD claims fix in 3.81, but there is no evidence for it in commit history (https://hg.mozilla.org/projects/nss/graph/a7f363511333b8062945557607691002fd6e40b9) * Debian also says for old versions "nss <not-affected> (Vulnerable code not present/was introduced later)" (https://security-tracker.debian.org/tracker/CVE-2022-3479) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: add myself as maintainerBartosz Golaszewski2023-06-041-0/+1
| | | | | | | | | While RECIPE_MAINTAINER doesn't seem to be used anywhere, let's add it in hopes that it will at least make people Cc me on any recipe patches in the future. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugin-tui: modify suffix of spdx file.Wang Mingyu2023-06-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* system-config-printer: fix REQUIRED_DISTRO_FEATURES gobject-introspection-dataPetr Gotthard2023-06-011-1/+1
| | | | | | | | | | This reverts the commit df47d871c7f3bbe3fdd8b0ed7230d3bfb8daf6fd. The correct DISTRO_FEATURE is gobject-introspection-data, which shall also be used by firewalld. Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* firewalld: fix REQUIRED_DISTRO_FEATURES gobject-introspection-dataPetr Gotthard2023-06-011-1/+1
| | | | | | | | This fixes the commit 046ee4bb3061214a794d7be6d324a79d92053dfa. The correct DISTRO_FEATURE is gobject-introspection-data. Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* blueman: fix REQUIRED_DISTRO_FEATURES gobject-introspection-dataPetr Gotthard2023-06-011-1/+1
| | | | | | | | This fixes the commit 1f04864065ec1cbd4b835ad47cbc50ff6ebc8e30. The correct DISTRO_FEATURE is gobject-introspection-data. Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "libgpiod: modify test 'gpioset: toggle (continuous)'"Khem Raj2023-06-012-62/+0
| | | | This reverts commit d891624096cb529ab251c9d80d06f641090738c1.
* python3-zeroconf: upgrade 0.62.0 -> 0.63.0Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | | Changelog: =========== Small speed up to fetch dns addresses from ServiceInfo (#1176) (4deaa6e) Speed up the service registry (#1174) (360ceb2) Improve dns cache performance (#1172) (bb496a1) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: upgrade 380 -> 381Wang Mingyu2023-05-311-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: upgrade 3.1.1 -> 3.1.2Wang Mingyu2023-05-311-1/+1
| | | | | | | | | Changelog: =========== Added worksheet page break preview mode via "worksheet.set_pagebreak_view()". Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.23.1 -> 4.23.2Wang Mingyu2023-05-311-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: upgrade 0.21 -> 0.22Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== - Drop Python 3.8 compatability following NEP-29. - Drop NumPy < 1.21 following NEP-29. - Improved typing experience. - Migrated fully to pyproject.toml. - Migrated to ruff. - In order to make static typing possible as required by mypy and similar tools, the way to subclass the registry has been changed. - Allow non-quantity atol parameters for isclose and allclose. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-paramiko: upgrade 3.1.0 -> 3.2.0Wang Mingyu2023-05-311-1/+1
| | | | | | | | Changelog: https://www.paramiko.org/changelog.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lru-dict: upgrade 1.1.8 -> 1.2.0Wang Mingyu2023-05-312-39/+2
| | | | | | | | 0001-lru-Use-PyCFunction-instead-of-PyCFunctionWithKeywor.patch removed since it's included in 1.2.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-license-expression: upgrade 30.1.0 -> 30.1.1Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | Changelog: ============= Use latest skeleton Update license list to latest ScanCode and SPDX 3.20 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.29.0 -> 2.30.0Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | Changelog: ========== SPE plugin: Support new SDT-control metadata (#989) (c93536c) Remove standard images from built package (#988) (6288f19) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.18.1 -> 2.19.0Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | | | | Changelog: ========= Add metrics (part 1) (#1298) (246dd07) Add metrics (part 2) (#1303) (ebd5af7) Add metrics (part 3) (#1305) (c7011b6) Expose universe_domain for external account creds (#1296) (ee07053) Remove python 2.7 from setup.py and nox tests (#1301) (8437490) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.86.0 -> 2.87.0Wang Mingyu2023-05-311-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-deprecated: upgrade 1.2.13 -> 1.2.14Wang Mingyu2023-05-311-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== Fix ------- Fix #60: return a correctly dedented docstring when long docstring are using the D212 or D213 format. Other -------- Add support for Python 3.11. Drop support for Python older than 3.7 in build systems like pytest and tox, while ensuring the library remains production-compatible. Update GitHub workflow to run in recent Python versions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>