commit python-piston-mini-client for openSUSE:Factory

2019-03-04 Thread root
Hello community,

here is the log from the commit of package python-piston-mini-client for 
openSUSE:Factory checked in at 2019-03-04 09:22:38

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


Package is "python-piston-mini-client"

Mon Mar  4 09:22:38 2019 rev:12 rq:680788 version:0.7.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-piston-mini-client/python-piston-mini-client.changes
  2018-12-24 11:41:15.269459447 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-piston-mini-client.new.28833/python-piston-mini-client.changes
   2019-03-04 09:22:40.324576183 +0100
@@ -1,0 +2,8 @@
+Sat Mar  2 01:04:06 UTC 2019 - John Vandenberg 
+
+- Remove bcond_with test that was preventing tests from running
+- Remove unnecessary code style and doc build dependencies
+- Replace tox test runner with nose via setup.py test
+- Add doc/*.rst to %doc
+
+---



Other differences:
--
++ python-piston-mini-client.spec ++
--- /var/tmp/diff_new_pack.8Ogyxu/_old  2019-03-04 09:22:41.620575950 +0100
+++ /var/tmp/diff_new_pack.8Ogyxu/_new  2019-03-04 09:22:41.620575950 +0100
@@ -18,7 +18,6 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
-%bcond_with test
 Name:   python-piston-mini-client
 Version:0.7.5
 Release:0
@@ -31,15 +30,10 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-oauthlib
 BuildArch:  noarch
-%if %{with test}
-BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module httplib2}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module oauthlib}
-BuildRequires:  %{python_module pep8}
-BuildRequires:  python3-tox
-%endif
 %ifpython2
 Provides:   %{oldpython}-piston-mini = %{version}
 Obsoletes:  %{oldpython}-piston-mini < %{version}
@@ -51,6 +45,7 @@
 
 %prep
 %setup -q -n piston-mini-client-%{version}
+rm piston_mini_client/tests/test_pep8.py
 
 %build
 %python_build
@@ -58,14 +53,12 @@
 %install
 %python_install
 
-%if %{with test}
 %check
-tox --sitepackages --skip-missing-interpreters
-%endif
+%python_exec setup.py test
 
 %files %{python_files}
 %license LICENSE
-%doc README
+%doc README doc/*.rst
 %{python_sitelib}/*
 
 %changelog




commit python-piston-mini-client for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-piston-mini-client for 
openSUSE:Factory checked in at 2018-12-24 11:41:15

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


Package is "python-piston-mini-client"

Mon Dec 24 11:41:15 2018 rev:11 rq:659554 version:0.7.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-piston-mini-client/python-piston-mini-client.changes
  2017-09-04 12:32:54.880262598 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-piston-mini-client.new.28833/python-piston-mini-client.changes
   2018-12-24 11:41:15.269459447 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:51:34 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-piston-mini-client.spec ++
--- /var/tmp/diff_new_pack.feTi9V/_old  2018-12-24 11:41:15.717459050 +0100
+++ /var/tmp/diff_new_pack.feTi9V/_new  2018-12-24 11:41:15.717459050 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-piston-mini-client
 #
-# 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/
 #
 
 
@@ -23,13 +23,14 @@
 Version:0.7.5
 Release:0
 Summary:A small package to consume Django-Piston web services
-License:LGPL-3.0
+License:LGPL-3.0-only
 Group:  Development/Languages/Python
-Url:https://launchpad.net/piston-mini-client
+URL:https://launchpad.net/piston-mini-client
 Source: 
https://files.pythonhosted.org/packages/source/p/piston-mini-client/piston-mini-client-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
+Requires:   python-oauthlib
+BuildArch:  noarch
 %if %{with test}
 BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module httplib2}
@@ -39,12 +40,10 @@
 BuildRequires:  %{python_module pep8}
 BuildRequires:  python3-tox
 %endif
-Requires:   python-oauthlib
 %ifpython2
 Provides:   %{oldpython}-piston-mini = %{version}
 Obsoletes:  %{oldpython}-piston-mini < %{version}
 %endif
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -65,8 +64,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README
+%license LICENSE
+%doc README
 %{python_sitelib}/*
 
 %changelog




commit python-piston-mini-client for openSUSE:Factory

2017-09-04 Thread root
Hello community,

here is the log from the commit of package python-piston-mini-client for 
openSUSE:Factory checked in at 2017-09-04 12:32:44

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


Package is "python-piston-mini-client"

Mon Sep  4 12:32:44 2017 rev:10 rq:519904 version:0.7.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-piston-mini-client/python-piston-mini-client.changes
  2013-10-25 11:26:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-piston-mini-client.new/python-piston-mini-client.changes
 2017-09-04 12:32:54.880262598 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 13:49:24 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+---
@@ -43,0 +49 @@
+



Other differences:
--
++ python-piston-mini-client.spec ++
--- /var/tmp/diff_new_pack.KgMsHh/_old  2017-09-04 12:32:55.764138324 +0200
+++ /var/tmp/diff_new_pack.KgMsHh/_new  2017-09-04 12:32:55.776136637 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-piston-mini-client
 #
-# Copyright (c) 2013 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,24 +16,36 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
+%bcond_with test
 Name:   python-piston-mini-client
 Version:0.7.5
 Release:0
-Url:https://launchpad.net/piston-mini-client
 Summary:A small package to consume Django-Piston web services
 License:LGPL-3.0
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/p/piston-mini-client/piston-mini-client-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-Provides:   python-piston-mini = %{version}
-Obsoletes:  python-piston-mini < %{version}
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
+Url:https://launchpad.net/piston-mini-client
+Source: 
https://files.pythonhosted.org/packages/source/p/piston-mini-client/piston-mini-client-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
+%if %{with test}
+BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module httplib2}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module oauthlib}
+BuildRequires:  %{python_module pep8}
+BuildRequires:  python3-tox
+%endif
+Requires:   python-oauthlib
+%ifpython2
+Provides:   %{oldpython}-piston-mini = %{version}
+Obsoletes:  %{oldpython}-piston-mini < %{version}
 %endif
+BuildArch:  noarch
+%python_subpackages
 
 %description
 A small generic library for writing clients for Django's Piston REST APIs.
@@ -42,12 +54,17 @@
 %setup -q -n piston-mini-client-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+
+%if %{with test}
+%check
+tox --sitepackages --skip-missing-interpreters
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc LICENSE README
 %{python_sitelib}/*




commit python-piston-mini-client for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-piston-mini-client for 
openSUSE:Factory checked in at 2013-10-25 11:26:40

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


Package is "python-piston-mini-client"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-piston-mini-client/python-piston-mini-client.changes
  2013-04-17 23:17:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-piston-mini-client.new/python-piston-mini-client.changes
 2013-10-25 11:26:44.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:10:11 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-piston-mini-client.spec ++
--- /var/tmp/diff_new_pack.nN94Ga/_old  2013-10-25 11:26:46.0 +0200
+++ /var/tmp/diff_new_pack.nN94Ga/_new  2013-10-25 11:26:46.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/p/piston-mini-client/piston-mini-client-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Provides:   python-piston-mini = %{version}
 Obsoletes:  python-piston-mini < %{version}
 %if 0%{?suse_version} && 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-piston-mini-client for openSUSE:Factory

2013-06-19 Thread h_root
Hello community,

here is the log from the commit of package python-piston-mini-client for 
openSUSE:Factory checked in at 2013-06-19 16:43:18

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


Package is "python-piston-mini-client"

Changes:


Old:

  python3-piston-mini-client.changes
  python3-piston-mini-client.spec



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



commit python-piston-mini-client for openSUSE:Factory

2013-01-20 Thread h_root
Hello community,

here is the log from the commit of package python-piston-mini-client for 
openSUSE:Factory checked in at 2013-01-20 14:43:09

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


Package is "python-piston-mini-client", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/python-piston-mini-client/python-piston-mini-client.changes
  2012-02-27 18:36:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-piston-mini-client.new/python-piston-mini-client.changes
 2013-01-20 14:43:12.0 +0100
@@ -1,0 +2,25 @@
+Fri Jan 18 14:19:15 UTC 2013 - sasc...@suse.de
+
+- Package LICENSE
+
+---
+Thu Jan 17 13:18:19 UTC 2013 - toddrme2...@gmail.com
+
+- Remove unneeded python3 patch for python2 package
+
+---
+Fri Jan 11 18:27:38 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
+Fri Jan 11 18:13:36 UTC 2013 - p.drou...@gmail.com
+
+- Update to 0.7.3 version:
+  * Add support for latest pep8
+  * Add support for python3
+- Add  Fix-test-python3.3.diff : fix tests on raring, py3.3 randomizes 
+  dict order which breaks tests that depend on this, also pep8 changed 
+  internally so just use the commandline interface (#bln1083772)
+
+---
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-piston-mini-client.new/python3-piston-mini-client.changes
2013-01-20 14:43:12.0 +0100
@@ -0,0 +1,10 @@
+---
+Fri Jan 18 14:19:36 UTC 2013 - sasc...@suse.de
+
+- Package LICENSE
+
+---
+Fri Jan 11 18:27:55 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+

Old:

  piston-mini-client_0.6+bzr48.orig.tar.gz

New:

  Fix-test-python3.3.diff
  piston-mini-client-0.7.3.tar.gz
  python3-piston-mini-client.changes
  python3-piston-mini-client.spec



Other differences:
--
++ python-piston-mini-client.spec ++
--- /var/tmp/diff_new_pack.7f0Vr5/_old  2013-01-20 14:43:13.0 +0100
+++ /var/tmp/diff_new_pack.7f0Vr5/_new  2013-01-20 14:43:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-piston-mini-client
 #
-# Copyright (c) 2012 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
@@ -11,24 +11,23 @@
 # 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-piston-mini-client
-Version:0.6+bzr48
+Version:0.7.3
 Release:0
 Url:https://launchpad.net/piston-mini-client
 Summary:A small package to consume Django-Piston web services
 License:LGPL-3.0
 Group:  Development/Languages/Python
-#Source: 
http://pypi.python.org/packages/source/p/piston-mini-client/piston-mini-client-%{version}.tar.gz
-Source: 
https://launchpad.net/ubuntu/precise/+source/piston-mini-client/%{version}-0ubuntu2/+files/piston-mini-client_%{version}.orig.tar.gz
+Source: 
http://pypi.python.org/packages/source/p/piston-mini-client/piston-mini-client-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 Provides:   python-piston-mini = %{version}
-#TODO: Change back to '<' after next version update:
-Obsoletes:  python-piston-mini <= %{version}
+Obsoletes:  python-piston-mini < %{version}
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else
@@ -49,7 +48,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README
+%doc LICENSE README
 %{python_sitelib}/*
 
 %changelog

++ python3-piston-mini-client.spec ++
#
# spec file for package python3-piston-mini-client
#
# 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
# upon. The license

commit python-piston-mini-client for openSUSE:Factory

2012-02-27 Thread h_root
Hello community,

here is the log from the commit of package python-piston-mini-client for 
openSUSE:Factory checked in at 2012-02-27 18:36:02

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


Package is "python-piston-mini-client", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-piston-mini-client.new/python-piston-mini-client.changes
 2012-02-27 18:36:03.0 +0100
@@ -0,0 +1,5 @@
+---
+Thu Feb 16 11:54:21 UTC 2012 - sasc...@suse.de
+
+- Initial version
+

New:

  piston-mini-client_0.6+bzr48.orig.tar.gz
  python-piston-mini-client.changes
  python-piston-mini-client.spec



Other differences:
--
++ python-piston-mini-client.spec ++
#
# spec file for package python-piston-mini-client
#
# Copyright (c) 2012 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-piston-mini-client
Version:0.6+bzr48
Release:0
Url:https://launchpad.net/piston-mini-client
Summary:A small package to consume Django-Piston web services
License:LGPL-3.0
Group:  Development/Languages/Python
#Source: 
http://pypi.python.org/packages/source/p/piston-mini-client/piston-mini-client-%{version}.tar.gz
Source: 
https://launchpad.net/ubuntu/precise/+source/piston-mini-client/%{version}-0ubuntu2/+files/piston-mini-client_%{version}.orig.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
Provides:   python-piston-mini = %{version}
#TODO: Change back to '<' after next version update:
Obsoletes:  python-piston-mini <= %{version}
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:  noarch
%endif

%description
A small generic library for writing clients for Django's Piston REST APIs.

%prep
%setup -q -n piston-mini-client-%{version}

%build
python setup.py build

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

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

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