14
0
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:
2020-09-01 04:49:16 +00:00
committed by Git OBS Bridge
parent 03f13c54e6
commit 55279e34fb
5 changed files with 15 additions and 19 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:935bf93eda866d4f85fd796405e4e1e9b20274ce56c3ed65b7ce879935f757ad
size 448131

View File

@@ -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 = [

View File

@@ -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>

View File

@@ -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