Hello community,
here is the log from the commit of package python-requestbuilder for
openSUSE:Factory checked in at 2020-09-24 16:14:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requestbuilder (Old)
and /work/SRC/openSUSE:Factory/.python-requestbuilder.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requestbuilder"
Thu Sep 24 16:14:52 2020 rev:3 rq:836419 version:0.7.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-requestbuilder/python-requestbuilder.changes
2014-07-12 17:14:47.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-requestbuilder.new.4249/python-requestbuilder.changes
2020-09-24 16:15:12.764956752 +0200
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Wed Sep 16 21:23:14 UTC 2020 - Dirk Mueller <[email protected]>
+
+- modernize, switch to singlespec, update to 0.7.1
+
+-------------------------------------------------------------------
Old:
----
requestbuilder-0.1.0.tar.gz
New:
----
requestbuilder-0.7.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requestbuilder.spec ++++++
--- /var/tmp/diff_new_pack.ANHLHM/_old 2020-09-24 16:15:14.268958256 +0200
+++ /var/tmp/diff_new_pack.ANHLHM/_new 2020-09-24 16:15:14.272958260 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package
+# spec file for package python-requestbuilder
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,27 @@
# 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/
#
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-requestbuilder
-Version: 0.1.0
+Version: 0.7.1
Release: 0
-License: ISC
Summary: Command line-driven HTTP request builder
-Url: https://github.com/boto/requestbuilder
+License: ISC
Group: Development/Languages/Python
-Source: requestbuilder-%{version}.tar.gz
-BuildRequires: python
-BuildRequires: python-devel
-BuildRequires: python-distribute
-Requires: python
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+URL: https://github.com/boto/requestbuilder
+Source:
https://files.pythonhosted.org/packages/source/r/requestbuilder/requestbuilder-%{version}.tar.gz
+BuildRequires: %{python_module devel}
+BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: python-rpm-macros
BuildArch: noarch
+%python_subpackages
+
%description
Command line-driven HTTP request builder
@@ -37,14 +40,13 @@
%setup -q -n requestbuilder-%{version}
%build
-python setup.py build
+%python_build
%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%files
-%defattr(-,root,root)
-%doc README COPYING
+%files %{python_files}
%{python_sitelib}/*
%changelog
++++++ requestbuilder-0.1.0.tar.gz -> requestbuilder-0.7.1.tar.gz ++++++
++++ 3937 lines of diff (skipped)