Hello community,

here is the log from the commit of package python-httpstatus35 for 
openSUSE:Factory checked in at 2019-08-05 10:38:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-httpstatus35 (Old)
 and      /work/SRC/openSUSE:Factory/.python-httpstatus35.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-httpstatus35"

Mon Aug  5 10:38:59 2019 rev:1 rq:720480 version:0.0.1

Changes:
--------
New Changes file:

--- /dev/null   2019-07-18 00:53:00.979475821 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-httpstatus35.new.4126/python-httpstatus35.changes
        2019-08-05 10:38:59.847315630 +0200
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------
+Fri Aug  2 08:04:51 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Skip the build on releases where this should not be needed
+
+-------------------------------------------------------------------
+Thu Aug  1 03:42:10 AM UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Initial spec for v0.0.1

New:
----
  httpstatus35-0.0.1.tar.gz
  python-httpstatus35.changes
  python-httpstatus35.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-httpstatus35.spec ++++++
#
# spec file for package python-httpstatus35
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if %{python3_version_nodots} > 34
%define skip_python3 1
%endif
Name:           python-httpstatus35
Version:        0.0.1
Release:        0
Summary:        Python 3.5 http.HTTPStatus backported to 3.4 and 27
License:        MIT
Group:          Development/Languages/Python
URL:            https://github.com/Gr1N/httpstatus35
Source:         
https://files.pythonhosted.org/packages/source/h/httpstatus35/httpstatus35-%{version}.tar.gz
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildArch:      noarch
%ifpython2
Requires:       python-enum34
%endif
%python_subpackages

%description
Python 3.5 http.HTTPStatus backported to 3.4 and 2.7.

%prep
%setup -q -n httpstatus35-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*

%changelog

Reply via email to