forked from pool/python-orderedmultidict
- Update to 1.0.1:
* Imports overhaul * py 3.8 support * More tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-orderedmultidict?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
99bee0de41
commit
66a8ea5a92
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-orderedmultidict
|
||||
Version: 1.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: Ordered Multivalue Dictionary
|
||||
License: Unlicense
|
||||
@@ -40,7 +40,7 @@ Ordered Multivalue Dictionary - omdict.
|
||||
|
||||
%prep
|
||||
%setup -q -n orderedmultidict-%{version}
|
||||
sed -i 's/^.*pycodestyle.*/tests_require = []/' setup.py
|
||||
sed -i 's/^.*flake8.*/tests_require = []/' setup.py
|
||||
chmod a-x README.md LICENSE.md
|
||||
rm -r *.egg-info
|
||||
|
||||
|
Reference in New Issue
Block a user