forked from pool/python-bidict
- Update to 0.21.0:
* bidict now provides type hints * Add bidict.MutableBidirectionalMapping ABC * Drop Python 3.5 support * Remove bidict.compat module * Remove APIs deprecated in previous releases - Drop dont-limit-versions.patch, included upstream OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bidict?expand=0&rev=17
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef7461a18fb4a6f3ccaa73f43ffe2e98661fba4b43b647ec7886b3298c8e9187
|
||||
size 392377
|
||||
3
bidict-0.21.0.tar.gz
Normal file
3
bidict-0.21.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:935bf93eda866d4f85fd796405e4e1e9b20274ce56c3ed65b7ce879935f757ad
|
||||
size 448131
|
||||
@@ -1,11 +0,0 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -63,7 +63,7 @@ with c_open(join(CWD, 'README.rst'), enc
|
||||
# Manually keep these version pins in sync with those in .travis.yml and .pre-commit-config.yaml.
|
||||
|
||||
SETUP_REQS = [
|
||||
- 'setuptools_scm < 4',
|
||||
+ 'setuptools_scm',
|
||||
]
|
||||
|
||||
SPHINX_REQS = [
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 1 04:48:00 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.21.0:
|
||||
* bidict now provides type hints
|
||||
* Add bidict.MutableBidirectionalMapping ABC
|
||||
* Drop Python 3.5 support
|
||||
* Remove bidict.compat module
|
||||
* Remove APIs deprecated in previous releases
|
||||
- Drop dont-limit-versions.patch, included upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 18:56:46 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -19,16 +19,12 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-bidict
|
||||
Version: 0.19.0
|
||||
Version: 0.21.0
|
||||
Release: 0
|
||||
Summary: Bidirectional map implementation for Python
|
||||
License: MPL-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/jab/bidict
|
||||
Source: https://files.pythonhosted.org/packages/source/b/bidict/bidict-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM dont-limit-versions.patch mcepl@suse.com
|
||||
# yet another evidence that upper limit on versions is bad idea
|
||||
Patch0: dont-limit-versions.patch
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
|
||||
Reference in New Issue
Block a user