14
0

- 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:
Tomáš Chvátal
2019-07-23 13:38:52 +00:00
committed by Git OBS Bridge
parent 99bee0de41
commit 66a8ea5a92
4 changed files with 13 additions and 5 deletions

View File

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