commit python-flup for openSUSE:Factory

2018-12-13 Thread root
Hello community,

here is the log from the commit of package python-flup for openSUSE:Factory 
checked in at 2018-12-13 19:44:48

Comparing /work/SRC/openSUSE:Factory/python-flup (Old)
 and  /work/SRC/openSUSE:Factory/.python-flup.new.28833 (New)


Package is "python-flup"

Thu Dec 13 19:44:48 2018 rev:12 rq:654061 version:1.0.3.dev20161029

Changes:

--- /work/SRC/openSUSE:Factory/python-flup/python-flup.changes  2017-06-07 
09:56:11.740135232 +0200
+++ /work/SRC/openSUSE:Factory/.python-flup.new.28833/python-flup.changes   
2018-12-13 19:44:50.132982034 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:48:10 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-flup.spec ++
--- /var/tmp/diff_new_pack.fxIEKX/_old  2018-12-13 19:44:50.692981305 +0100
+++ /var/tmp/diff_new_pack.fxIEKX/_new  2018-12-13 19:44:50.696981299 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flup
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -26,7 +26,6 @@
 Group:  Development/Languages/Python
 Source: 
https://files.pythonhosted.org/packages/source/f/flup/flup-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros




commit python-flup for openSUSE:Factory

2017-06-07 Thread root
Hello community,

here is the log from the commit of package python-flup for openSUSE:Factory 
checked in at 2017-06-07 09:55:34

Comparing /work/SRC/openSUSE:Factory/python-flup (Old)
 and  /work/SRC/openSUSE:Factory/.python-flup.new (New)


Package is "python-flup"

Wed Jun  7 09:55:34 2017 rev:11 rq:501305 version:1.0.3.dev20161029

Changes:

--- /work/SRC/openSUSE:Factory/python-flup/python-flup.changes  2017-05-03 
15:54:59.438856575 +0200
+++ /work/SRC/openSUSE:Factory/.python-flup.new/python-flup.changes 
2017-06-07 09:56:11.740135232 +0200
@@ -1,0 +2,10 @@
+Wed May 17 11:14:55 UTC 2017 - h...@urpla.net
+
+- update to 1.0.3.dev20161029
+  - no changelog available
+
+- implement full singlespec build
+
+- build separate doc package
+
+---

Old:

  flup-1.0.3.dev-20110405.tar.gz

New:

  flup-1.0.3.dev20161029.tar.gz



Other differences:
--
++ python-flup.spec ++
--- /var/tmp/diff_new_pack.NB7EbR/_old  2017-06-07 09:56:12.396042544 +0200
+++ /var/tmp/diff_new_pack.NB7EbR/_new  2017-06-07 09:56:12.404041413 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flup
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,36 +16,54 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-flup
-Version:1.0.3.dev_20110405
-%define tarver  1.0.3.dev-20110405
+Version:1.0.3.dev20161029
 Release:0
 Url:http://www.saddi.com/software/flup/
 Summary:Random assortment of WSGI servers
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Source: 
https://files.pythonhosted.org/packages/source/f/flup/flup-%{tarver}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/f/flup/flup-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-Provides:   python2-flup = %{version}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+# Documentation build requirements:
+BuildRequires:  python3-Sphinx
 BuildArch:  noarch
 
+%python_subpackages
+
 %description
 A random collection of WSGI modules for Python
 
+%package -n %{name}-doc
+Summary:Documentation for %{name}
+Group:  Documentation/Other
+Provides:   %{python_module flup-doc = %{version}}
+
+%description -n %{name}-doc
+This package contains HTML documentation for %{name}.
+
 %prep
-%setup -q -n flup-%{tarver}
+%setup -q -n flup-%{version}
 
 %build
-python setup.py build
+%python_build
+python3 setup.py build_sphinx && rm docs/build/html/.buildinfo
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc ChangeLog
 %{python_sitelib}/*
 
+%files -n %{name}-doc
+%defattr(-,root,root)
+%doc docs/build/html/
+
 %changelog

++ flup-1.0.3.dev-20110405.tar.gz -> flup-1.0.3.dev20161029.tar.gz ++
 3134 lines of diff (skipped)




commit python-flup for openSUSE:Factory

2017-05-03 Thread root
Hello community,

here is the log from the commit of package python-flup for openSUSE:Factory 
checked in at 2017-05-03 15:54:58

Comparing /work/SRC/openSUSE:Factory/python-flup (Old)
 and  /work/SRC/openSUSE:Factory/.python-flup.new (New)


Package is "python-flup"

Wed May  3 15:54:58 2017 rev:10 rq:489480 version:1.0.3.dev_20110405

Changes:

--- /work/SRC/openSUSE:Factory/python-flup/python-flup.changes  2013-10-25 
11:16:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-flup.new/python-flup.changes 
2017-05-03 15:54:59.438856575 +0200
@@ -1,0 +2,11 @@
+Wed Apr 19 22:13:57 UTC 2017 - toddrme2...@gmail.com
+
+- Source url must be https.
+
+---
+Tue Apr 18 20:24:22 UTC 2017 - toddrme2...@gmail.com
+
+- Add python2-provides for compatibility with singlespec macros.
+- Spec file cleanups.
+
+---



Other differences:
--
++ python-flup.spec ++
--- /var/tmp/diff_new_pack.C0khRw/_old  2017-05-03 15:55:00.134758331 +0200
+++ /var/tmp/diff_new_pack.C0khRw/_new  2017-05-03 15:55:00.138757766 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flup
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,28 +18,24 @@
 
 Name:   python-flup
 Version:1.0.3.dev_20110405
+%define tarver  1.0.3.dev-20110405
 Release:0
 Url:http://www.saddi.com/software/flup/
 Summary:Random assortment of WSGI servers
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/f/flup/flup-1.0.3.dev-20110405.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/f/flup/flup-%{tarver}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+Provides:   python2-flup = %{version}
 BuildArch:  noarch
-%endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 A random collection of WSGI modules for Python
 
 %prep
-%setup -q -n flup-1.0.3.dev-20110405
+%setup -q -n flup-%{tarver}
 
 %build
 python setup.py build
@@ -47,9 +43,6 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog




commit python-flup for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-flup for openSUSE:Factory 
checked in at 2013-10-25 11:16:10

Comparing /work/SRC/openSUSE:Factory/python-flup (Old)
 and  /work/SRC/openSUSE:Factory/.python-flup.new (New)


Package is "python-flup"

Changes:

--- /work/SRC/openSUSE:Factory/python-flup/python-flup.changes  2011-12-09 
15:25:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-flup.new/python-flup.changes 
2013-10-25 11:16:10.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:05:55 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-flup.spec ++
--- /var/tmp/diff_new_pack.lB0Dre/_old  2013-10-25 11:16:14.0 +0200
+++ /var/tmp/diff_new_pack.lB0Dre/_new  2013-10-25 11:16:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flup
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-flup
 Version:1.0.3.dev_20110405
 Release:0
@@ -25,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/f/flup/flup-1.0.3.dev-20110405.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 %py_requires
 %if 0%{?suse_version} > 1110

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-flup for openSUSE:Factory

2011-12-09 Thread h_root
Hello community,

here is the log from the commit of package python-flup for openSUSE:Factory 
checked in at 2011-12-09 15:25:11

Comparing /work/SRC/openSUSE:Factory/python-flup (Old)
 and  /work/SRC/openSUSE:Factory/.python-flup.new (New)


Package is "python-flup", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-flup/python-flup.changes  2011-09-23 
12:42:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-flup.new/python-flup.changes 
2011-12-09 15:25:12.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  8 13:54:36 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ python-flup.spec ++
--- /var/tmp/diff_new_pack.iqWDRn/_old  2011-12-09 15:25:13.0 +0100
+++ /var/tmp/diff_new_pack.iqWDRn/_new  2011-12-09 15:25:13.0 +0100
@@ -15,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   python-flup
 Version:1.0.3.dev_20110405
-Release:1
+Release:0
 Url:http://www.saddi.com/software/flup/
 Summary:Random assortment of WSGI servers
-License:BSD
+License:BSD-2-Clause
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/f/flup/flup-1.0.3.dev-20110405.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-flup for openSUSE:Factory

2011-09-01 Thread h_root

Hello community,

here is the log from the commit of package python-flup for openSUSE:Factory
checked in at Thu Sep 1 17:32:23 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ python-flup/python-flup.changes 2011-08-31 14:49:59.0 +0200
@@ -0,0 +1,18 @@
+---
+Wed Aug 31 12:41:13 UTC 2011 - sasc...@suse.de
+
+- Update to 1.0.3.dev-20110405:
+  * Re-seed random module after each fork.
+  * Add an indication as to which header fails assertion when
+passing in non-string header names and/or values.
+- Ran py2pack to cleanup spec file
+  * Removed old changelog entries
+
+---
+Tue Sep 29 17:30:43 UTC 2009 - alexan...@exatati.com.br
+
+- Update to 1.0.2;
+- Building as noarch for openSUSE >= 11.2.
+- Minor changes in spec file to make it
+  more readable.
+

calling whatdependson for head-i586


New:

  flup-1.0.3.dev-20110405.tar.gz
  python-flup.changes
  python-flup.spec



Other differences:
--
++ python-flup.spec ++
#
# spec file for package python-flup
#
# Copyright (c) 2011 SUSE LINUX Products 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 http://bugs.opensuse.org/
#



Name:   python-flup
Version:1.0.3.dev_20110405
Release:1
Url:http://www.saddi.com/software/flup/
Summary:Random assortment of WSGI servers
License:BSD
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/f/flup/flup-1.0.3.dev-20110405.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:  noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%description
A random collection of WSGI modules for Python

%prep
%setup -q -n flup-1.0.3.dev-20110405

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog
%{python_sitelib}/*

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org