From 6f5a37244e8fc1900dc9c84d37ca7cf9d41808f86981eac9709b790da9f03d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 23 Nov 2020 09:43:30 +0000 Subject: [PATCH] Accepting request 849821 from home:jayvdb:branches:devel:languages:python - Update to v5.0.2 OBS-URL: https://build.opensuse.org/request/show/849821 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multidict?expand=0&rev=32 --- multidict-4.7.6.tar.gz | 3 --- multidict-5.0.2.tar.gz | 3 +++ python-multidict.changes | 10 ++++++++-- python-multidict.spec | 4 ++-- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 multidict-4.7.6.tar.gz create mode 100644 multidict-5.0.2.tar.gz diff --git a/multidict-4.7.6.tar.gz b/multidict-4.7.6.tar.gz deleted file mode 100644 index 0cde675..0000000 --- a/multidict-4.7.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbb77a75e529021e7c4a8d4e823d88ef4d23674a202be4f5addffc72cbb91430 -size 50958 diff --git a/multidict-5.0.2.tar.gz b/multidict-5.0.2.tar.gz new file mode 100644 index 0000000..6e7edf1 --- /dev/null +++ b/multidict-5.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5bf89fe57f702a046c7ec718fe330ed50efd4bcf74722940db2eb0919cddb1c +size 53309 diff --git a/python-multidict.changes b/python-multidict.changes index 6a1139c..5a96796 100644 --- a/python-multidict.changes +++ b/python-multidict.changes @@ -1,9 +1,15 @@ +------------------------------------------------------------------- +Sat Nov 21 10:47:36 UTC 2020 - John Vandenberg + +- Update to v5.0.2 + * No runtime changes + ------------------------------------------------------------------- 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. + * 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 0060da2..138a878 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.6 +Version: 5.0.2 Release: 0 Summary: Multidict implementation License: Apache-2.0 @@ -47,7 +47,7 @@ export CFLAGS="%{optflags}" %install %python_install -%python_expand rm %{buildroot}%{$python_sitearch}/multidict/*.c +%python_expand rm %{buildroot}%{$python_sitearch}/multidict/*.c %{buildroot}%{$python_sitearch}/multidict/_multilib/*.h %python_expand %fdupes %{buildroot}%{$python_sitearch} %check