From 4ea092bdeaf714602ebc5567810d525792771e2e1988c94dfde41f08a6c47a26 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 17 Sep 2020 11:35:06 +0000 Subject: [PATCH] - update to 4.7.6: - Fixed an issue with some versions of the ``wheel`` dist failing because of being unable to detect the license file. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multidict?expand=0&rev=30 --- multidict-4.7.5.tar.gz | 3 --- multidict-4.7.6.tar.gz | 3 +++ python-multidict.changes | 7 +++++++ python-multidict.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 multidict-4.7.5.tar.gz create mode 100644 multidict-4.7.6.tar.gz diff --git a/multidict-4.7.5.tar.gz b/multidict-4.7.5.tar.gz deleted file mode 100644 index 96cd9e5..0000000 --- a/multidict-4.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aee283c49601fa4c13adc64c09c978838a7e812f85377ae130a24d7198c0331e -size 50845 diff --git a/multidict-4.7.6.tar.gz b/multidict-4.7.6.tar.gz new file mode 100644 index 0000000..0cde675 --- /dev/null +++ b/multidict-4.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb77a75e529021e7c4a8d4e823d88ef4d23674a202be4f5addffc72cbb91430 +size 50958 diff --git a/python-multidict.changes b/python-multidict.changes index 1a18eda..6a1139c 100644 --- a/python-multidict.changes +++ b/python-multidict.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 17 11:34:02 UTC 2020 - Dirk Mueller + +- update to 4.7.6: + - Fixed an issue with some versions of the ``wheel`` dist + failing because of being unable to detect the license file. + ------------------------------------------------------------------- Fri Mar 13 08:40:13 UTC 2020 - Tomáš Chvátal diff --git a/python-multidict.spec b/python-multidict.spec index 1a6e377..0060da2 100644 --- a/python-multidict.spec +++ b/python-multidict.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-multidict -Version: 4.7.5 +Version: 4.7.6 Release: 0 Summary: Multidict implementation License: Apache-2.0