Commit Graph

  • d8a9ec85a7 Accepting request 1158406 from devel:languages:python factory Dominique Leuenberger 2024-03-20 20:09:31 +0000
  • c9689b6b64 - update to 24.0: * Do specifier matching correctly when the specifier contains an epoch number and has more components than the version (:issue:683) * Support the experimental --disable-gil builds in packaging.tags (:issue:727) * BREAKING: Make optional metadata.Metadata attributes default to None (:issue:733) * Fix errors when trying to access the description_content_type, keywords, and requires_python attributes on metadata.Metadata when those values have not been provided (:issue:733) * Fix a bug preventing the use of the built in ExceptionGroup on versions of Python that support it (:issue:725) Dirk Mueller 2024-03-16 09:28:52 +0000
  • 5ed9bdac75 Accepting request 1125176 from devel:languages:python Ana Guerrero 2023-11-13 21:15:41 +0000
  • 2303d6440c Accepting request 1124436 from home:ecsos:python Dirk Mueller 2023-11-11 16:09:59 +0000
  • 651be68e85 Accepting request 1109351 from devel:languages:python Ana Guerrero 2023-09-07 19:12:53 +0000
  • ee444c8ea3 - Update in SLE-15 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629) Dirk Mueller 2023-09-06 21:04:34 +0000
  • 7dfe459705 Accepting request 1081847 from devel:languages:python Dominique Leuenberger 2023-04-23 20:43:13 +0000
  • d6bdd7e47e Accepting request 1081508 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 14:19:21 +0000
  • 31b9c00f77 Accepting request 1079575 from devel:languages:python Dominique Leuenberger 2023-04-17 15:40:56 +0000
  • 570a254717 - update to 23.1 * chore: add typed classifier * Improve parser error messaging around mistakes in/around version specifiers * Upgrade to latest mypy * Delete print() from test_tags * Update our linters * Improve error for local version label with unsupported operators * Parse raw metadata * Handle prefix match with zeros at end of prefix correctly * Relax typing of _key on _BaseVersion * Replace spaces in platform names with underscores * Import underlying parser function as an underscored variable Dirk Mueller 2023-04-15 10:29:46 +0000
  • 720101e230 Accepting request 1070509 from devel:languages:python Dominique Leuenberger 2023-03-12 15:22:16 +0000
  • e29925bb8e - Don't use :primary multibuild flavor for non-Tumbleweed * accomodates special SLE15 projects defininig extra flavors but not building for primary python3 Dirk Mueller 2023-03-09 16:40:11 +0000
  • 31bec3b69f Accepting request 1058762 from devel:languages:python Dominique Leuenberger 2023-01-18 12:08:07 +0000
  • 11a1c7f9aa Accepting request 1058267 from home:bnavigator:branches:devel:languages:python Matej Cepl 2023-01-16 20:47:02 +0000
  • cc5cbc0726 Accepting request 1046000 from devel:languages:python Dominique Leuenberger 2023-01-03 14:04:13 +0000
  • 26720cb8cf Accepting request 1045815 from home:bnavigator:branches:devel:languages:python:numeric Matej Cepl 2023-01-01 13:35:25 +0000
  • 97089a7c46 Accepting request 991965 from devel:languages:python Dominique Leuenberger 2022-08-08 06:45:02 +0000
  • 2150e53d97 Accepting request 991949 from home:bnavigator:branches:devel:languages:python Steve Kowalik 2022-08-01 08:38:10 +0000
  • df900253f3 Accepting request 990584 from home:bnavigator:branches:devel:languages:python Dirk Mueller 2022-07-22 11:26:10 +0000
  • f67e5a7180 Accepting request 989455 from home:bnavigator:branches:devel:languages:python Matej Cepl 2022-07-15 20:45:45 +0000
  • f434ab2916 Accepting request 989214 from home:bnavigator:branches:devel:languages:python Matej Cepl 2022-07-15 11:00:25 +0000
  • de3613e0d0 Accepting request 979721 from devel:languages:python Dominique Leuenberger 2022-05-30 10:42:20 +0000
  • 8f8ce3f054 Accepting request 979645 from home:glaubitz:branches:devel:languages:python Dirk Mueller 2022-05-29 18:54:12 +0000
  • 4b2c3cddf2 Accepting request 972508 from devel:languages:python Dominique Leuenberger 2022-04-26 18:15:08 +0000
  • 0eb69c962a Accepting request 972492 from home:huizhizhao:soliddriver-checks-deps Markéta Machová 2022-04-25 08:24:47 +0000
  • 89a5cd6b37 Accepting request 933621 from devel:languages:python Dominique Leuenberger 2021-11-28 20:29:51 +0000
  • 5248ca71f1 Accepting request 933495 from home:buschmann23:branches:devel:languages:python Matej Cepl 2021-11-25 05:57:28 +0000
  • d770de5cb5 Accepting request 931435 from devel:languages:python Dominique Leuenberger 2021-11-21 22:51:36 +0000
  • 3484419618 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=53 Dirk Mueller 2021-11-07 20:46:02 +0000
  • c2a1d5f68a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=52 Dirk Mueller 2021-11-07 20:35:57 +0000
  • eabfbf7c81 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=51 Dirk Mueller 2021-11-07 11:12:09 +0000
  • 324aec8654 - update to 21.2: * Update documentation entry for 21.1. * Update pin to pyparsing to exclude 3.0.0. * PEP 656: musllinux support * Drop support for Python 2.7, Python 3.4 and Python 3.5. * Replace distutils usage with sysconfig * Add support for zip files in `parse_sdist_filename * Use cached _hash attribute to short-circuit tag equality comparisons * Specify the default value for the specifier argument to SpecifierSet * Proper keyword-only "warn" argument in packaging.tags * Correctly remove prerelease suffixes from ~= check * Fix type hints for Version.post and Version.dev * Use typing alias UnparsedVersion * Improve type inference for packaging.specifiers.filter() * Tighten the return type of canonicalize_version()` - drop no-legacyversion-warning.patch: setuptools has been updated Dirk Mueller 2021-11-06 18:35:22 +0000
  • 09aea2eb72 Accepting request 900727 from devel:languages:python Dominique Leuenberger 2021-07-10 20:53:36 +0000
  • 16814c1fe8 Accepting request 900652 from home:bnavigator:branches:devel:languages:python Matej Cepl 2021-06-18 08:53:40 +0000
  • 8a4d414225 - add no-legacyversion-warning.patch to restore compatibility with 20.4 Dirk Mueller 2021-05-01 21:06:55 +0000
  • 3042bff1a0 Accepting request 879321 from devel:languages:python Dominique Leuenberger 2021-03-17 19:13:54 +0000
  • 3fc200ffa0 - update to 20.9: * Run [isort](https://pypi.org/project/isort/) over the code base (:issue:377) * Add support for the `macosx_10_*_universal2 platform tags (:issue:379) * Introduce packaging.utils.parse_wheel_filename() and parse_sdist_filename()` Dirk Mueller 2021-03-08 22:40:04 +0000
  • 93a4db5b40 Accepting request 857114 from devel:languages:python Dominique Leuenberger 2021-02-01 12:26:30 +0000
  • a9f25afd53 - update to 20.8: * Revert back to setuptools for compatibility purposes for some Linux distros (:issue:363) * Do not insert an underscore in wheel tags when the interpreter version number is more than 2 digits (:issue:372) * Fix flit configuration, to include LICENSE files (:issue:357) * Make intel a recognized CPU architecture for the universal macOS platform tag (:issue:361) * Add some missing type hints to packaging.requirements (issue:350) * Officially support Python 3.9 (:issue:343) * Deprecate the `LegacyVersion and LegacySpecifier classes (:issue:321) * Handle OSError` on non-dynamic executables when attempting to resolve the glibc version string. Dirk Mueller 2020-12-20 09:37:48 +0000
  • b9e5ecc6d3 Accepting request 810910 from devel:languages:python Dominique Leuenberger 2020-06-05 17:59:50 +0000
  • bed30c1bba - update to 20.4: * Canonicalize version before comparing specifiers. (:issue:282) * Change type hint for `canonicalize_name to return packaging.utils.NormalizedName`. This enables the use of static typing tools (like mypy) to detect mixing of normalized and un-normalized names. Dirk Mueller 2020-06-02 16:36:49 +0000
  • a28106bcaf Accepting request 800247 from devel:languages:python Dominique Leuenberger 2020-05-07 13:05:50 +0000
  • 92c7af7df0 - Ignore clamav scan as it bogusly calls one file to be infected while it is just a testcase of malformed binary: #!BuildIgnore: post-build-checks-malwarescan Tomáš Chvátal 2020-05-05 07:24:20 +0000
  • f7735326b3 Accepting request 783881 from devel:languages:python Dominique Leuenberger 2020-03-26 23:20:05 +0000
  • 994385f026 Accepting request 783880 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-03-11 14:50:30 +0000
  • 04de720a74 Accepting request 773191 from devel:languages:python Oliver Kurz 2020-02-14 15:22:41 +0000
  • b66212fb9c - add issue_254.patch to fix tests under non-x86_64 pplatforms Ondřej Súkup 2020-02-10 14:52:07 +0000
  • ab1b29be41 - Update to 20.1 * Fix a bug caused by reuse of an exhausted iterator. * Add type hints * Add proper trove classifiers for PyPy support * Scale back depending on ctypes for manylinux support detection * Use sys.implementation.name where appropriate for packaging.tags * Expand upon the API provded by packaging.tags * Officially support Python 3.8 * Add major, minor, and micro aliases to packaging.version.Version * Properly mark packaging has being fully typed by adding a py.typed file Ondřej Súkup 2020-02-05 14:22:27 +0000
  • c1e33e7a6b Accepting request 736042 from devel:languages:python Dominique Leuenberger 2019-10-10 09:51:41 +0000
  • 40afb832a6 - Update to 19.2: * Many buildsystem tweaks to accomodate for distribution shipping - Remove all the merged patches: * 0001-Fix-test-failures-test_linux_platforms_manylinux-for.patch * 0002-Fix-check-for-64-bit-OS.patch * 0003-Add-additional-test-to-get-100-branch-coverage.patch * 0004-Fix-test_macos_version_detection-failure-on-32-bit-L.patch * 0005-Drop-dependency-on-attrs.patch Tomáš Chvátal 2019-10-08 09:28:23 +0000
  • f01b7a83d2 Accepting request 724992 from devel:languages:python Dominique Leuenberger 2019-08-27 13:22:44 +0000
  • 410e0b9b03 Accepting request 724985 from home:dancermak:branches:devel:languages:python Tomáš Chvátal 2019-08-21 09:25:26 +0000
  • e1805b374c Accepting request 724501 from home:dancermak:branches:devel:languages:python Tomáš Chvátal 2019-08-19 08:32:10 +0000
  • b8f1af4c0c - Fix a bit the multibuild conversion - Remove the attrs from the deps as they are no longer needed Tomáš Chvátal 2019-08-15 08:35:40 +0000
  • 41760e8993 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=28 Tomáš Chvátal 2019-08-15 08:35:16 +0000
  • 585d4a79ce Accepting request 723243 from home:dancermak:branches:devel:languages:python Tomáš Chvátal 2019-08-14 09:33:53 +0000
  • 4ba3c858e1 Accepting request 721714 from home:dancermak:branches:devel:languages:python Tomáš Chvátal 2019-08-08 10:36:18 +0000
  • 37ce1c4c76 - update to 19.1: * Add the `packaging.tags module. * Correctly handle two-digit versions in python_version` Thomas Bechtold 2019-08-06 05:00:23 +0000
  • 4fef503ba5 Accepting request 682976 from devel:languages:python Dominique Leuenberger 2019-03-12 08:45:51 +0000
  • 94a06e9b84 Accepting request 682967 from home:jayvdb:coala:python3-bears Tomáš Chvátal 2019-03-09 07:47:44 +0000
  • 188f29f19b Accepting request 661732 from devel:languages:python Dominique Leuenberger 2019-01-05 13:40:00 +0000
  • 51897b504b Accepting request 661731 from home:pluskalm:branches:devel:languages:python Ondřej Súkup 2018-12-28 08:57:58 +0000
  • 03e94662be Accepting request 590422 from devel:languages:python Dominique Leuenberger 2018-03-26 10:32:04 +0000
  • 5004914bfa Accepting request 590421 from home:TheBlackCat:branches:devel:languages:python Todd R 2018-03-22 20:43:19 +0000
  • c866e31f53 Accepting request 493662 from devel:languages:python Dominique Leuenberger 2017-05-17 08:46:09 +0000
  • d3ba2f0100 - fix pyparsing requirement Dirk Mueller 2017-05-02 08:41:38 +0000
  • deb8a3e20d Accepting request 460252 from devel:languages:python Dominique Leuenberger 2017-02-27 17:30:46 +0000
  • 22e9dd043b Accepting request 460226 from devel:languages:python:singlespec Jan Matejek 2017-02-24 14:34:24 +0000
  • 05d0d79017 - update for single-spec - drop setuptools dependency, as this is itself now a dependency of setuptools - run tests conditionally, to minimize dependency tree - ensure egg-info is a directory (distutils would install it as file) Jan Matejek 2017-02-23 13:18:40 +0000
  • 14489cc9cc Accepting request 444113 from devel:languages:python Dominique Leuenberger 2016-12-10 17:27:47 +0000
  • aa0bdf3adc Accepting request 443229 from home:tbechtold:branches:devel:languages:python Dirk Mueller 2016-12-06 12:06:37 +0000
  • 387c0c9f3e Accepting request 400244 from devel:languages:python Dominique Leuenberger 2016-06-07 21:49:33 +0000
  • c3013c7387 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=10 Dirk Mueller 2016-06-06 11:27:53 +0000
  • 6379d80d1a Accepting request 397926 from Cloud:OpenStack:Master Dirk Mueller 2016-05-25 16:34:46 +0000
  • 4e76274ca8 Accepting request 368511 from devel:languages:python Dominique Leuenberger 2016-03-11 08:38:22 +0000
  • cfddb61bac Accepting request 368433 from home:tbechtold:branches:devel:languages:python Todd R 2016-03-08 15:38:19 +0000
  • c824352f31 Accepting request 322367 from devel:languages:python Dominique Leuenberger 2015-08-21 05:40:18 +0000
  • 38f22d74b8 Accepting request 321790 from home:tbechtold:branches:devel:languages:python Todd R 2015-08-13 11:20:57 +0000
  • b93b41a42c Accepting request 314912 from devel:languages:python Stephan Kulow 2015-07-05 16:02:42 +0000
  • 8c58561cd9 Accepting request 313618 from home:tbechtold:branches:devel:languages:python Alberto Planas Dominguez 2015-06-25 09:01:38 +0000
  • dfa31f38bc Accepting request 313596 from devel:languages:python Dominique Leuenberger 2015-07-02 20:47:29 +0000
  • 347c4fd816 Accepting request 298854 from home:tbechtold Denisart Benjamin 2015-04-24 14:31:25 +0000