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
This commit is contained in:
parent
0653cd28c9
commit
f9f6af1ef5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2680f33531ee516baf68943210a74ae5a80d3f0b88673df570d371ff53f04283
|
||||
size 437694
|
3
brotlipy-0.7.0.tar.gz
Normal file
3
brotlipy-0.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36def0b859beaf21910157b4c33eb3b06d8ce459c942102f16988cca6ea164df
|
||||
size 413338
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user