From f9f6af1ef51d29eda4afe6d1784fb646253ac506d192c16c568289f0ddfc1d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 26 Feb 2018 08:28:50 +0000 Subject: [PATCH] Accepting request 579956 from home:alois:branches:devel:languages:python - Update to 0.7.0 (no changelog supplied) OBS-URL: https://build.opensuse.org/request/show/579956 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-brotlipy?expand=0&rev=3 --- brotlipy-0.6.0.tar.gz | 3 --- brotlipy-0.7.0.tar.gz | 3 +++ python-brotlipy.changes | 5 +++++ python-brotlipy.spec | 6 +++--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 brotlipy-0.6.0.tar.gz create mode 100644 brotlipy-0.7.0.tar.gz diff --git a/brotlipy-0.6.0.tar.gz b/brotlipy-0.6.0.tar.gz deleted file mode 100644 index 0988c23..0000000 --- a/brotlipy-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2680f33531ee516baf68943210a74ae5a80d3f0b88673df570d371ff53f04283 -size 437694 diff --git a/brotlipy-0.7.0.tar.gz b/brotlipy-0.7.0.tar.gz new file mode 100644 index 0000000..5b73d02 --- /dev/null +++ b/brotlipy-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36def0b859beaf21910157b4c33eb3b06d8ce459c942102f16988cca6ea164df +size 413338 diff --git a/python-brotlipy.changes b/python-brotlipy.changes index 982ec6f..6613404 100644 --- a/python-brotlipy.changes +++ b/python-brotlipy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 25 16:33:51 UTC 2018 - aloisio@gmx.com + +- Update to 0.7.0 (no changelog supplied) + ------------------------------------------------------------------- Wed Mar 8 08:28:09 UTC 2017 - aloisio@gmx.com diff --git a/python-brotlipy.spec b/python-brotlipy.spec index 4c4ee46..699fd31 100644 --- a/python-brotlipy.spec +++ b/python-brotlipy.spec @@ -1,7 +1,7 @@ # # spec file for package python-brotlipy # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-brotlipy -Version: 0.6.0 +Version: 0.7.0 Release: 0 Summary: Python binding to the Brotli library License: MIT Group: Development/Languages/Python Url: https://github.com/python-hyper/brotlipy Source0: https://pypi.io/packages/source/b/brotlipy/brotlipy-%{version}.tar.gz -BuildRequires: gcc-c++ BuildRequires: %{python_module cffi >= 1.0.0} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: gcc-c++ BuildRequires: python-rpm-macros Requires: python-cffi >= 1.0.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build