python-hyperframe 5.2.0-1 (armv7hnl;aarch64;znver1;i686;x86_64) 2020-11981
9999

Status published
Submitter angrypenguinpoland [@T] gmail.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/786534
Packages
python-hyperframe-5.2.0-1.armv7hnl.binary
python-hyperframe-5.2.0-1.armv7hnl.source
python-hyperframe-5.2.0-1.aarch64.binary
python-hyperframe-5.2.0-1.aarch64.source
python-hyperframe-5.2.0-1.znver1.source
python-hyperframe-5.2.0-1.znver1.binary
python-hyperframe-5.2.0-1.i686.source
python-hyperframe-5.2.0-1.i686.binary
python-hyperframe-5.2.0-1.x86_64.source
python-hyperframe-5.2.0-1.x86_64.binary
Build Date 2020-06-28 13:13:22 +0000 UTC
Last Updated 2020-07-09 23:49:16.372372655 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary bf95fcd29170efc598402e17638b6f3ad5a2cdbc

commit bf95fcd29170efc598402e17638b6f3ad5a2cdbc
Author:     AngryPenguinPL <angrypenguinpoland@gmail.com>
AuthorDate: Sun Jun 28 14:56:24 2020 +0200
Commit:     GitHub <noreply@github.com>
CommitDate: Sun Jun 28 14:56:24 2020 +0200

    openmandrivize
---
 python-hyperframe.spec | 33 ++++++++++-----------------------
 1 file changed, 10 insertions(+), 23 deletions(-)

diff --git a/python-hyperframe.spec b/python-hyperframe.spec
index 357b960..8d265fc 100644
--- a/python-hyperframe.spec
+++ b/python-hyperframe.spec
@@ -2,31 +2,20 @@
 
 Name:		python-%{module}
 Version:	5.2.0
-Release:	%mkrel 3
+Release:	1
 Summary:	HTTP/2 framing layer for Python
 Group:		Development/Python
 License:	MIT
 URL:		http://hyper.rtfd.org/
 Source0:	https://pypi.io/packages/source/h/hyperframe/%{module}-%{version}.tar.gz
-BuildArch:	noarch
-
-%description
-This library contains the HTTP/2 framing code used in the hyper project.
-It provides a pure-Python codebase that is capable of decoding a binary
-stream into HTTP/2 frames.
 
-This library is used directly by hyper and a number of other projects
-to provide HTTP/2 frame decoding logic.
-
-%package -n	python3-%{module}
-Summary:	HTTP/2 framing layer for Python 3
-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 library contains the HTTP/2 framing code used in the hyper project.
 It provides a pure-Python codebase that is capable of decoding a binary
 stream into HTTP/2 frames.
@@ -34,8 +23,6 @@ stream into HTTP/2 frames.
 This library is used directly by hyper and a number of other projects
 to provide HTTP/2 frame decoding logic.
 
-This is the Python 3 version of the package.
-
 %prep
 %setup -q -n %{module}-%{version}
 
@@ -43,12 +30,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.1357d 12hrs
benbullard79 [@T] cox.netNo Comment.1357d 12hrs