14
0
forked from pool/python-wheel

10 Commits

Author SHA256 Message Date
55332c6962 Accepting request 1269237 from devel:languages:python
- Add tests.patch to fix (some) tests with setuptools 77
- Skip license tests failing with setuptools 77

OBS-URL: https://build.opensuse.org/request/show/1269237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wheel?expand=0&rev=40
2025-04-16 18:37:11 +00:00
9a7e254dc5 yanked again, https://github.com/pypa/wheel/issues/662
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=87
2025-04-14 10:56:13 +00:00
c8b4b6d4e4 - Update to version 0.46.0
* Dropped support for Python 3.8
  * Removed the bdist_wheel setuptools command implementation and entry point.
    The wheel.bdist_wheel module is now just an alias to setuptools.command.bdist_wheel,
    emitting a deprecation warning on import.
  * Removed vendored packaging in favor of a run-time dependency on it.
  * Made the wheel.metadata module private (with a deprecation warning if it's imported).
  * Made the wheel.cli package private (no deprecation warning).
  * Fixed an exception when calling the convert command with an empty description field.
- Drop tests.patch and unskip other fixed tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=86
2025-04-11 07:13:09 +00:00
8685b39c07 - Add tests.patch to fix (some) tests with setuptools 77
- Skip license tests failing with setuptools 77

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=85
2025-04-03 12:43:24 +00:00
c3d321ae9c Accepting request 1225987 from devel:languages:python
- update to 0.45.1:
  * Fixed pure Python wheels converted from eggs and wininst
    files having the ABI tag in the file name

OBS-URL: https://build.opensuse.org/request/show/1225987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wheel?expand=0&rev=39
2024-11-26 19:55:20 +00:00
8c65a69e1f - update to 0.45.1:
* Fixed pure Python wheels converted from eggs and wininst
    files having the ABI tag in the file name

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=83
2024-11-23 11:03:57 +00:00
a78e35f4d3 Accepting request 1224397 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1224397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wheel?expand=0&rev=38
2024-11-15 14:38:23 +00:00
4a198c9f4b - Update to 0.45.0
* Refactored the ``convert`` command to not need setuptools to be installed
  * Don't configure setuptools logging unless running ``bdist_wheel``
  * Added a redirection from ``wheel.bdist_wheel.bdist_wheel`` to
    ``setuptools.command.bdist_wheel.bdist_wheel`` to improve compatibility with
    ``setuptools``' latest fixes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=81
2024-11-15 08:44:13 +00:00
bc5c03412b Accepting request 1199462 from devel:languages:python
- update to 0.44.0:
  * Canonicalized requirements in METADATA file
  * Deprecated the bdist_wheel module, as the code was migrated
    to setuptools itself

- Update to version 0.38.3
- Resync the upstream tarball
- actually, _really_ test this module:

OBS-URL: https://build.opensuse.org/request/show/1199462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wheel?expand=0&rev=37
2024-09-15 10:32:47 +00:00
665180ae90 - update to 0.44.0:
* Canonicalized requirements in METADATA file
  * Deprecated the bdist_wheel module, as the code was migrated
    to setuptools itself
- Update to version 0.38.3
- Resync the upstream tarball
- actually, _really_ test this module:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=79
2024-09-08 13:42:59 +00:00

Diff Content Not Available