Commit Graph

17 Commits

Author SHA256 Message Date
46371e0252 - update to 0.3.8:
* Fix #209: use legacy version implementation for Python
    versions.
  * Fix #204: use symlinks in venv creation during test.
  * Fix #208: handle deprecation removals in Python 3.13.
  * Handle a single trailing comma following a version.
- drop python-distlib-2048-bit-key.patch (obsolete)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=28
2023-12-19 09:58:29 +00:00
1708c0c624 - update to 0.3.7:
* Handle newlines when parsing metadata.
  * Use version comparison logic for python_full_version.
  * Simplify code with a set comprehension.
  * Fix shebang computation for source builds of Python.
  * Extract tarfiles more safely by incorporating tarfile
    filters.
  * Check for 'has_cert' attribute before using it.
  * Fix #203: Handle parsing of export entries to allow script
    names such as "," or ",foo".
  * Fix #200: Improve conformance to PEP440.
  * In addition to the above, an SPDX license identifier is now
    used.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=26
2023-08-08 11:08:11 +00:00
25cc5a94ba Accepting request 1081387 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081387
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=24
2023-04-21 14:44:38 +00:00
c1a7e14bdf - update to 0.3.6:
- scripts
      - Fixed #175: Updated launcher executables to better handle the relationship
        between launcher and child process in the Job API.
  - database
      - Fixed #170: Corrected implementation of ``get_required_dists()``.
  - index
      - Updated coverage pragmas for tests relating to obsolete PyPI APIs.
  - locators
      - Changed the default locator configuration.
  - metadata
      - Updates in support of PEP 643 / Metadata 2.2.
  - scripts
      - Updated launcher executables. Thanks to Michael Bikovitsky for his help with
        the launcher changes.
      - Fixed #164: Improved support for reproducible builds by allowing a fixed
        date/time to be inserted into created .exe files. Thanks to Somber Night for the
        patch.
  - util
      - Fixed #161: Updated test case.
  - wheel
      - Updated to write archive path of RECORD to RECORD instead of staging path.
        Thanks to Pieter Pas for the patch.
      - Fixed #169: Removed usage of deprecated imp module in favour of importlib.
      - Fixed #172: Compute ABI correctly for Python < 3.8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=22
2022-10-01 12:57:42 +00:00
09a9c6d456 Accepting request 939574 from home:bnavigator:python-rpm-macros
- actually drop remove-backports.patch

OBS-URL: https://build.opensuse.org/request/show/939574
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=21
2021-12-11 12:09:45 +00:00
5e3861ee6f Accepting request 939488 from home:bnavigator:branches:devel:languages:python
- update to 0.3.4
  * Fixed #153: Raise warnings in get_distributions() if bad
    metadata seen, but keep going.
  * Fixed #154: Determine Python versions correctly for Python >=
    3.10.
  * Updated launcher executables.
- Drop obsolete remove-backports.patch

OBS-URL: https://build.opensuse.org/request/show/939488
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=20
2021-12-11 11:55:54 +00:00
88543c0f00 * allowed a trailing comma in constraints, to better handle faulty metadata
already on PyPI

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=19
2021-11-07 18:24:44 +00:00
388eba103d - update to 0.3.3:
* Removed splituser() function which wasn't used and is deprecated.
  * Handle version comparisons correctly in environment markers.
  * Handle a single trailing comma following a version. 
  * Fix incorrect handling of epochs.
  * Reverted handling of tags for Python >= 3.10
    (use 310 rather than 3_10). This is because PEP 641 was rejected.
  * removed unused regular expression
  * allowed "Obsoletes" in more scenarios, to better handle faulty metadata
    already on PyPI.
  * added entry for SourcelessFileLoader to the finder registry.
  * allowed a trailing comma in constraints, to better handle faulty metadata already on PyP
- drop python-distlib-2048-bit-key.patch (obsolete)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=18
2021-11-07 18:24:30 +00:00
a2a2cbe19c Accepting request 870978 from home:pmonrealgonzalez:branches:devel:languages:python
To be evaluated in Staging:O, it fixes the build there.

OBS-URL: https://build.opensuse.org/request/show/870978
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=16
2021-02-10 21:11:56 +00:00
Steve Kowalik
e58e030537 - Update to 0.3.1:
* scripts
    + Fixed #132: Added documentation to help with relative interpreter paths.
    + Fixed #134: Allowed specifying a different target Python version when
      generating scripts.
    + Fixed #135: Exposed the ``enquote_executable`` function previously
      implemented as an internal function.
    + Addressed #138: Improved metadata support for newer metadata versions.
  * wheel
    + Changed the output of flags in entry point definitions.
    + Stopped writing JSON metadata. Only old-style metadata is written now.
- Refreshed remove-backports.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=14
2020-10-08 03:48:25 +00:00
Tomáš Chvátal
9c5905b605 - Update to 0.3.0:
* small bugfixes
- Remove patch merged upstream:
  * correct_large_version_number.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=12
2020-03-13 08:44:40 +00:00
88e0f6195b - Add correct_large_version_number.patch fixing bt#pypa/distlib#129
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=10
2019-10-25 05:30:51 +00:00
f9abdb045b - Skip test_abi tests. bt#pypa/distlib#129
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=9
2019-10-24 19:35:24 +00:00
Tomáš Chvátal
bbe74b1d00 - Update to 0.2.9.post0:
* updated pypi urls
  * various small bugfixes
- Remove merged patches:
  * pypi-url-update.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=7
2019-09-13 08:57:12 +00:00
Tomáš Chvátal
9e6b06c5b2 Accepting request 691516 from home:jayvdb:branches:devel:languages:python
- Remove Windows executables

OBS-URL: https://build.opensuse.org/request/show/691516
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=5
2019-04-04 12:32:51 +00:00
Tomáš Chvátal
c71c9dd75f Accepting request 688208 from home:jayvdb:branches:home:jayvdb:soe
- Add upstream merged pypi-url-update.patch to replace pypi.python.org
  with pypi.org

OBS-URL: https://build.opensuse.org/request/show/688208
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=3
2019-03-25 11:39:45 +00:00
Tomáš Chvátal
16b404c14e Accepting request 682869 from home:jayvdb:coala:python3-bears
- Convert to single spec
- Activate test suite
- Change license to Python-2.0 to match sdist
- Update URL to https://bitbucket.org/pypa/distlib
- Remove unnecessary build dependency on python-devel
- Add fdupes
- Remove unnecessary backports with remove-backports.patch
- Update to v0.2.8

OBS-URL: https://build.opensuse.org/request/show/682869
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=1
2019-03-08 14:46:09 +00:00