Hello community,
here is the log from the commit of package python-HTTPolice for
openSUSE:Factory checked in at 2019-05-15 12:34:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-HTTPolice (Old)
and /work/SRC/openSUSE:Factory/.python-HTTPolice.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-HTTPolice"
Wed May 15 12:34:29 2019 rev:2 rq:702958 version:0.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-HTTPolice/python-HTTPolice.changes
2019-02-26 22:22:36.198061852 +0100
+++
/work/SRC/openSUSE:Factory/.python-HTTPolice.new.5148/python-HTTPolice.changes
2019-05-15 12:34:30.680513623 +0200
@@ -1,0 +2,15 @@
+Tue May 14 17:33:35 UTC 2019 - Ethan Apodaca <[email protected]>
+
+- Drop python2 support
+- Remove py34-no-singledispatch.patch
+- Replace brotlipy dependency with Brotli
+- Remove dependancies that are not needed to build.
+- Update to v0.8.0
+ * Changes
+ + Dropped Python 2 support. If you need it, use the older versions.
+ + HTTPolice no longer requires six nor singledispatch.
+ + HTTPolice now pulls in Google's Brotli instead of brotlipy,
+ but this is merely a packaging change; it can work with either.
+ + Notices 1299 and 1300 are no longer reported on Alt-Svc.
+
+-------------------------------------------------------------------
Old:
----
HTTPolice-0.7.0.tar.gz
py34-no-singledispatch.patch
New:
----
HTTPolice-0.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-HTTPolice.spec ++++++
--- /var/tmp/diff_new_pack.tjd0b8/_old 2019-05-15 12:34:31.484511307 +0200
+++ /var/tmp/diff_new_pack.tjd0b8/_new 2019-05-15 12:34:31.488511296 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-HTTPolice
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,42 +12,36 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
+%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-HTTPolice
-Version: 0.7.0
+Version: 0.8.0
Release: 0
-License: MIT
Summary: Validator for HTTP
-Url: https://github.com/vfaronov/httpolice
+License: MIT
Group: Development/Languages/Python
+URL: https://github.com/vfaronov/httpolice
Source:
https://files.pythonhosted.org/packages/source/H/HTTPolice/HTTPolice-%{version}.tar.gz
-Patch0:
https://github.com/vfaronov/httpolice/commit/4da2bde.patch#/py34-no-singledispatch.patch
-BuildRequires: %{python_module setuptools}
-BuildRequires: fdupes
-BuildRequires: python-rpm-macros
+BuildRequires: %{python_module Brotli >= 1.0.1}
BuildRequires: %{python_module bitstring >= 3.1.4}
-BuildRequires: %{python_module brotlipy >= 0.5.1}
BuildRequires: %{python_module defusedxml >= 0.5.0}
BuildRequires: %{python_module dominate >= 2.2.0}
-BuildRequires: %{python_module lxml >= 3.6.0}
+BuildRequires: %{python_module lxml >= 4.1.0}
+BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module six >= 1.10.0}
-BuildRequires: python2-singledispatch >= 3.4.0.3
-BuildRequires: python-enum34 >= 1.1.6
+BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: python-rpm-macros
+Requires: python-Brotli >= 1.0.1
Requires: python-bitstring >= 3.1.4
-Requires: python-brotlipy >= 0.5.1
Requires: python-defusedxml >= 0.5.0
Requires: python-dominate >= 2.2.0
-Requires: python-lxml >= 3.6.0
-Requires: python-six >= 1.10.0
-%ifpython2
-Requires: python-enum34 >= 1.1.6
-Requires: python-singledispatch >= 3.4.0.3
-%endif
+Requires: python-lxml >= 4.1.0
BuildArch: noarch
-
%python_subpackages
%description
@@ -57,7 +51,6 @@
%prep
%setup -q -n HTTPolice-%{version}
-%patch0 -p1
%build
export LANG=en_US.UTF-8
@@ -70,7 +63,7 @@
%check
export LANG=en_US.UTF-8
-%python_exec -m pytest -o addopts=-v
+%pytest
%files %{python_files}
%license LICENSE.txt
++++++ HTTPolice-0.7.0.tar.gz -> HTTPolice-0.8.0.tar.gz ++++++
++++ 2802 lines of diff (skipped)