]> git.pld-linux.org Git - packages/python-distlib.git/commitdiff
up to 0.3.4 auto/th/python-distlib-0.3.4-1
authorJan Palus <atler@pld-linux.org>
Wed, 12 Jan 2022 18:35:29 +0000 (19:35 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 12 Jan 2022 18:35:29 +0000 (19:35 +0100)
python-distlib-obsoletes.patch [deleted file]
python-distlib.spec

diff --git a/python-distlib-obsoletes.patch b/python-distlib-obsoletes.patch
deleted file mode 100644 (file)
index 2b9944f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-python-suds has metadata 2.1 with Obsoletes tag
---- distlib-0.3.0/distlib/metadata.py.orig     2020-03-26 06:51:23.830242814 +0100
-+++ distlib-0.3.0/distlib/metadata.py  2020-03-26 20:58:27.061576412 +0100
-@@ -95,7 +95,7 @@
- # the metadata. Include them in the tuple literal below to allow them
- # (for now).
- _566_FIELDS = _426_FIELDS + ('Description-Content-Type',
--                             'Requires', 'Provides')
-+                             'Requires', 'Provides', 'Obsoletes')
- _566_MARKERS = ('Description-Content-Type',)
---- distlib-0.3.0/tests/test_metadata.py.orig  2019-04-09 08:00:50.000000000 +0200
-+++ distlib-0.3.0/tests/test_metadata.py       2020-03-26 21:32:52.520386861 +0100
-@@ -281,8 +281,8 @@
-         metadata.set_metadata_version()
-         self.assertEqual(metadata['Metadata-Version'], '1.2')
-         metadata.set('Obsoletes', 'ok')
--        self.assertRaises(MetadataConflictError,
--                          metadata.set_metadata_version)
-+        #self.assertRaises(MetadataConflictError,
-+        #                  metadata.set_metadata_version)
-         del metadata['Obsoletes']
-         del metadata['Obsoletes-Dist']
index 25afffdaa62171aa0a1efc66ab2d559783785d6a..c2549c3cd851ac283882d8ad97fcc500f2af1278 100644 (file)
@@ -7,15 +7,14 @@
 Summary:       Distribution utilities
 Summary(pl.UTF-8):     Narzędzia do dystrybuowania
 Name:          python-distlib
-Version:       0.3.0
-Release:       2
+Version:       0.3.4
+Release:       1
 License:       PSF v2
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/distlib/
 Source0:       https://files.pythonhosted.org/packages/source/d/distlib/distlib-%{version}.zip
-# Source0-md5: f92e0f3ac43397da86a82781117e8351
-Patch0:                %{name}-obsoletes.patch
-Patch1:                %{name}-sequencer.patch
+# Source0-md5: c886b7d99b4085c5d960e7435dcbd397
+Patch0:                %{name}-sequencer.patch
 URL:           https://pypi.org/project/distlib/
 %if %(locale -a | grep -q '^C\.utf8$'; echo $?)
 BuildRequires: glibc-localedb-all
@@ -63,7 +62,6 @@ wysokopoziomowe API ułatwiające pakietowanie.
 %prep
 %setup -q -n distlib-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %if "%{_host_cpu}" == "x32"
 # distlib.wheel doesn't distinguish x32 from x86_64
This page took 0.088523 seconds and 4 git commands to generate.