python-hpack 3.0.0-1 (armv7hnl;znver1;i686;aarch64;x86_64) 2020-11963
9999

Status published
Submitter angrypenguinpoland [@T] gmail.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/786516
Packages
python-hpack-3.0.0-1.armv7hnl.source
python-hpack-3.0.0-1.armv7hnl.binary
python-hpack-3.0.0-1.znver1.source
python-hpack-3.0.0-1.znver1.binary
python-hpack-3.0.0-1.i686.source
python-hpack-3.0.0-1.i686.binary
python-hpack-3.0.0-1.aarch64.binary
python-hpack-3.0.0-1.aarch64.source
python-hpack-3.0.0-1.x86_64.source
python-hpack-3.0.0-1.x86_64.binary
Build Date 2020-06-28 13:01:16 +0000 UTC
Last Updated 2020-07-05 01:05:12.421270251 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary 0cba55fe32254aba6dfbebc4519f83e44f4609ac

commit 0cba55fe32254aba6dfbebc4519f83e44f4609ac
Author:     AngryPenguinPL <angrypenguinpoland@gmail.com>
AuthorDate: Sun Jun 28 14:44:16 2020 +0200
Commit:     GitHub <noreply@github.com>
CommitDate: Sun Jun 28 14:44:16 2020 +0200

    openmandrivize a bit
---
 python-hpack.spec | 31 ++++++++++---------------------
 1 file changed, 10 insertions(+), 21 deletions(-)

diff --git a/python-hpack.spec b/python-hpack.spec
index 8cec5c6..0a83cfc 100644
--- a/python-hpack.spec
+++ b/python-hpack.spec
@@ -2,36 +2,25 @@
 
 Name:		python-%{module}
 Version:	3.0.0
-Release:	%mkrel 3
+Release:	1
 Summary:	Pure-Python HPACK header compression
 Group:		Development/Python
 License:	MIT
 URL:		http://hyper.rtfd.org/
 Source0:	https://pypi.io/packages/source/h/hpack/%{module}-%{version}.tar.gz
-BuildArch:	noarch
-
-%description
-This module contains a pure-Python HTTP/2 header encoding (HPACK) logic
-for use in Python programs that implement HTTP/2. It also contains a
-compatibility layer that automatically enables the use of nghttp2 if
-it’s available.
 
-%package -n	python3-%{module}
-Summary:	Pure-Python HPACK header compression
-Group:		Development/Python
-BuildArch:	noarch
-BuildRequires:	pkgconfig(python3)
+BuildRequires:	pkgconfig(python)
 BuildRequires:	python3dist(setuptools)
 %{?python_provide:%python_provide python3-%{module}}
 
-%description -n	python3-%{module}
+BuildArch:	noarch
+
+%description
 This module contains a pure-Python HTTP/2 header encoding (HPACK) logic
 for use in Python programs that implement HTTP/2. It also contains a
 compatibility layer that automatically enables the use of nghttp2 if
 it’s available.
 
-This is the Python 3 version of the package.
-
 %prep
 %setup -q -n %{module}-%{version}
 
@@ -39,12 +28,12 @@ This is the Python 3 version of the package.
 rm -rf %{module}.egg-info
 
 %build
-%py3_build
+%py_build
 
 %install
-%py3_install
+%py_install
 
-%files -n python3-%{module}
+%files
 %doc CONTRIBUTORS.rst HISTORY.rst LICENSE README.rst
-%{python3_sitelib}/%{module}/
-%{python3_sitelib}/%{module}-%{version}-py%{python3_version}.egg-info/
+%{python_sitelib}/%{module}/
+%{python_sitelib}/%{module}-%{version}-py%{python_version}.egg-info/
Not Available

benbullard79 [@T] cox.netNo Comment.1363d 03hrs
benbullard79 [@T] cox.netNo Comment.1363d 03hrs