Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
9c16b3f64d |
BIN
distlib-0.3.7.tar.gz
(Stored with Git LFS)
Normal file
BIN
distlib-0.3.7.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
distlib-0.3.9.tar.gz
(Stored with Git LFS)
BIN
distlib-0.3.9.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 13:16:38 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.3.9
|
||||
* Merge #215: preload script wrappers on Windows to assist with a pip issue (thanks,
|
||||
Paul Moore).
|
||||
* Fix #220: Remove duplicated newline in shebang of windows launcher (thanks. A2uria).
|
||||
* Fix #230: Add handling for cross-compilation environments (thanks, Russell Keith-Magee).
|
||||
* Fix #224: Do not use the absolute path to cache wheel extensions (thanks, Stewart Miles).
|
||||
* Fix #222: Support mounting wheels that use extensions without an EXTENSIONS file (thanks,
|
||||
Stewart Miles).
|
||||
* Fix #225: Add support for wheel compatibility with the limited API (thanks, Stewart Miles).
|
||||
- Drop py313-interpreter-repr.patch, merged upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 08:04:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add py313-interpreter-repr.patch to fix testsuite with python
|
||||
3.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 06:03:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- depend on testsuite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 19 09:57:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 11:07:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -87,7 +53,7 @@ Sat Oct 1 12:43:32 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
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.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 11 12:07:02 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
@@ -110,7 +76,7 @@ Sun Nov 7 18:22:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
- 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.
|
||||
* 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.
|
||||
@@ -120,7 +86,7 @@ Sun Nov 7 18:22:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
* added entry for SourcelessFileLoader to the finder registry.
|
||||
* allowed a trailing comma in constraints, to better handle faulty metadata
|
||||
already on PyPI
|
||||
- drop python-distlib-2048-bit-key.patch (obsolete)
|
||||
- drop python-distlib-2048-bit-key.patch (obsolete)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 10 19:44:20 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-distlib
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,9 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-distlib
|
||||
Version: 0.3.9
|
||||
Version: 0.3.7
|
||||
Release: 0
|
||||
Summary: Distribution utilities
|
||||
License: Python-2.0
|
||||
@@ -26,7 +27,6 @@ URL: https://github.com/pypa/distlib
|
||||
Source: https://files.pythonhosted.org/packages/source/d/distlib/distlib-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module testsuite}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -37,7 +37,8 @@ BuildArch: noarch
|
||||
Python distribution utilities.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n distlib-%{version}
|
||||
%setup -q -n distlib-%{version}
|
||||
%autopatch -p1
|
||||
|
||||
# This test module requires internet access and are unnecessary
|
||||
sed -i '/from test_locators import LocatorTestCase/d' tests/distlib_tests.py
|
||||
|
Reference in New Issue
Block a user