commit python-cl for openSUSE:Factory

2018-12-13 Thread root
Hello community,

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

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


Package is "python-cl"

Thu Dec 13 19:48:04 2018 rev:10 rq:655729 version:0.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-cl/python-cl.changes  2017-09-07 
22:14:29.372191516 +0200
+++ /work/SRC/openSUSE:Factory/.python-cl.new.28833/python-cl.changes   
2018-12-13 19:48:04.632729464 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:46:41 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-cl.spec ++
--- /var/tmp/diff_new_pack.zuK4ie/_old  2018-12-13 19:48:05.180728755 +0100
+++ /var/tmp/diff_new_pack.zuK4ie/_new  2018-12-13 19:48:05.184728749 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cl
 #
-# 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,15 @@
 Summary:Kombu actor framework
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:http://github.com/ask/cl/
+URL:http://github.com/ask/cl/
 Source: 
https://files.pythonhosted.org/packages/source/c/cl/cl-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-kombu
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+Requires(post):   update-alternatives
+Requires(postun):  update-alternatives
 %python_subpackages
 
 %description
@@ -43,10 +45,19 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/cl
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%post
+%python_install_alternative cl
+
+%postun
+%python_uninstall_alternative cl
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE README examples
+%license LICENSE
+%doc AUTHORS README examples
+%python_alternative %{_bindir}/cl
 %{python_sitelib}/*
 
 %changelog




commit python-cl for openSUSE:Factory

2017-09-07 Thread root
Hello community,

here is the log from the commit of package python-cl for openSUSE:Factory 
checked in at 2017-09-07 22:14:08

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


Package is "python-cl"

Thu Sep  7 22:14:08 2017 rev:9 rq:521060 version:0.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-cl/python-cl.changes  2013-04-17 
23:16:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cl.new/python-cl.changes 2017-09-07 
22:14:29.372191516 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 13:34:21 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+---
@@ -16,0 +22 @@
+



Other differences:
--
++ python-cl.spec ++
--- /var/tmp/diff_new_pack.UOYZT7/_old  2017-09-07 22:14:30.372050613 +0200
+++ /var/tmp/diff_new_pack.UOYZT7/_new  2017-09-07 22:14:30.376050049 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cl
 #
-# 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,22 +16,21 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-cl
 Version:0.0.3
 Release:0
-Url:http://github.com/ask/cl/
 Summary:Kombu actor framework
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/c/cl/cl-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
+Url:http://github.com/ask/cl/
+Source: 
https://files.pythonhosted.org/packages/source/c/cl/cl-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  python-rpm-macros
 Requires:   python-kombu
-%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
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 Actor framework for Kombu
@@ -40,12 +39,12 @@
 %setup -q -n cl-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc AUTHORS LICENSE README examples
 %{python_sitelib}/*




commit python-cl for openSUSE:Factory

2013-06-19 Thread h_root
Hello community,

here is the log from the commit of package python-cl for openSUSE:Factory 
checked in at 2013-06-19 16:27:12

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


Package is python-cl

Changes:


Old:

  python3-cl.changes
  python3-cl.spec



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



commit python-cl for openSUSE:Factory

2013-04-17 Thread h_root
Hello community,

here is the log from the commit of package python-cl for openSUSE:Factory 
checked in at 2013-04-17 23:16:42

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


Package is python-cl, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-cl/python-cl.changes  2013-01-14 
12:03:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-cl.new/python-cl.changes 2013-04-17 
23:16:46.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 16 15:30:10 UTC 2013 - p.drou...@gmail.com
+
+- Remove BuildRequires: python-2to3, useless since included in main 
+  python devel package
+- Add Requires: python3; fix build for OpenSUSE = 12.2
+
+---
--- /work/SRC/openSUSE:Factory/python-cl/python3-cl.changes 2013-01-14 
12:03:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-cl.new/python3-cl.changes
2013-04-17 23:16:46.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 16 15:30:10 UTC 2013 - p.drou...@gmail.com
+
+- Remove BuildRequires: python-2to3, useless since included in main 
+  python devel package
+- Add Requires: python3; fix build for OpenSUSE = 12.2
+
+---
+Mon Jan 14 09:30:12 UTC 2013 - sasc...@suse.de
+
+- Drop requires on python(abi), RPM does that automatically
+
+---



Other differences:
--
++ python-cl.spec ++
--- /var/tmp/diff_new_pack.8rTOTr/_old  2013-04-17 23:16:48.0 +0200
+++ /var/tmp/diff_new_pack.8rTOTr/_new  2013-04-17 23:16:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cl
 #
-# 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,10 +11,11 @@
 # 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-cl
 Version:0.0.3
 Release:0

++ python3-cl.spec ++
--- /var/tmp/diff_new_pack.8rTOTr/_old  2013-04-17 23:16:48.0 +0200
+++ /var/tmp/diff_new_pack.8rTOTr/_new  2013-04-17 23:16:48.0 +0200
@@ -11,10 +11,11 @@
 # 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:   python3-cl
 Version:0.0.3
 Release:0
@@ -25,10 +26,9 @@
 Source: 
http://pypi.python.org/packages/source/c/cl/cl-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
-BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
-Requires:   python(abi) = %{py3_ver}
+Requires:   python3
 Requires:   python3-kombu
 BuildArch:  noarch
 

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



commit python-cl for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-cl for openSUSE:Factory 
checked in at 2013-01-14 12:03:27

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


Package is python-cl, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-cl/python-cl.changes  2012-03-16 
13:21:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-cl.new/python-cl.changes 2013-01-14 
12:03:29.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 11 16:18:27 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-cl.new/python3-cl.changes
2013-01-14 12:03:29.0 +0100
@@ -0,0 +1,5 @@
+---
+Fri Jan 11 16:18:41 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+

New:

  python3-cl.changes
  python3-cl.spec



Other differences:
--
++ python3-cl.spec ++
#
# spec file for package python3-cl
#
# 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 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:   python3-cl
Version:0.0.3
Release:0
Url:http://github.com/ask/cl/
Summary:Kombu actor framework
License:BSD-2-Clause
Group:  Development/Languages/Python
Source: http://pypi.python.org/packages/source/c/cl/cl-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3
BuildRequires:  python3-2to3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
Requires:   python(abi) = %{py3_ver}
Requires:   python3-kombu
BuildArch:  noarch

%description
Actor framework for Kombu

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

%build
python3 setup.py build

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

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README examples
%{python3_sitelib}/*
# The Python2 package doesn't provide a binarie, it is not necessary to rename 
it
%{_bindir}/cl

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