commit python-celerymon for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package python-celerymon for 
openSUSE:Factory checked in at 2020-06-10 00:44:24

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


Package is "python-celerymon"

Wed Jun 10 00:44:24 2020 rev:10 rq:809823 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-celerymon/python-celerymon.changes
2018-12-13 19:49:12.712641409 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-celerymon.new.3606/python-celerymon.changes  
2020-06-10 00:44:28.074342414 +0200
@@ -1,0 +2,5 @@
+Wed May 27 09:36:42 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-celerymon.spec ++
--- /var/tmp/diff_new_pack.56VFzl/_old  2020-06-10 00:44:28.938344571 +0200
+++ /var/tmp/diff_new_pack.56VFzl/_new  2020-06-10 00:44:28.942344582 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-celerymon
 #
-# Copyright (c) 2018 SUSE LINUX 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
@@ -23,12 +23,14 @@
 Summary:Real-time monitoring of Celery workers
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-URL:http://github.com/ask/celerymon/
+URL:https://github.com/ask/celerymon/
 Source: 
https://files.pythonhosted.org/packages/source/c/celerymon/celerymon-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 Requires:   python-celery
 Requires:   python-tornado
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 %python_subpackages
 
@@ -43,11 +45,18 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/celerymon
+
+%post
+%python_install_alternative celerymon
+
+%postun
+%python_uninstall_alternative celerymon
 
 %files %{python_files}
 %license LICENSE
 %doc AUTHORS README
-%python3_only %{_bindir}/celerymon
+%python_alternative %{_bindir}/celerymon
 %{python_sitelib}/*
 
 %changelog




commit python-celerymon for openSUSE:Factory

2018-12-13 Thread root
Hello community,

here is the log from the commit of package python-celerymon for 
openSUSE:Factory checked in at 2018-12-13 19:49:10

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


Package is "python-celerymon"

Thu Dec 13 19:49:10 2018 rev:9 rq:657592 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-celerymon/python-celerymon.changes
2017-09-07 22:13:12.946961939 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-celerymon.new.28833/python-celerymon.changes 
2018-12-13 19:49:12.712641409 +0100
@@ -1,0 +2,10 @@
+Wed Dec 12 15:30:00 UTC 2018 - Tomáš Chvátal 
+
+- Fix license based on legal review
+
+---
+Tue Dec  4 12:46:30 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-celerymon.spec ++
--- /var/tmp/diff_new_pack.K58bgj/_old  2018-12-13 19:49:13.092640917 +0100
+++ /var/tmp/diff_new_pack.K58bgj/_new  2018-12-13 19:49:13.092640917 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-celerymon
 #
-# 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/
 #
 
 
@@ -21,16 +21,14 @@
 Version:1.0.3
 Release:0
 Summary:Real-time monitoring of Celery workers
-License:BSD-3-Clause
+License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:http://github.com/ask/celerymon/
+URL:http://github.com/ask/celerymon/
 Source: 
https://files.pythonhosted.org/packages/source/c/celerymon/celerymon-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 Requires:   python-celery
 Requires:   python-tornado
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -47,8 +45,8 @@
 %python_install
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE README
+%license LICENSE
+%doc AUTHORS README
 %python3_only %{_bindir}/celerymon
 %{python_sitelib}/*
 




commit python-celerymon for openSUSE:Factory

2017-09-07 Thread root
Hello community,

here is the log from the commit of package python-celerymon for 
openSUSE:Factory checked in at 2017-09-07 22:13:11

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


Package is "python-celerymon"

Thu Sep  7 22:13:11 2017 rev:8 rq:519153 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-celerymon/python-celerymon.changes
2013-10-25 11:12:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-celerymon.new/python-celerymon.changes   
2017-09-07 22:13:12.946961939 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 13:33:48 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+---
@@ -24,0 +30 @@
+



Other differences:
--
++ python-celerymon.spec ++
--- /var/tmp/diff_new_pack.RApiJa/_old  2017-09-07 22:13:13.606868937 +0200
+++ /var/tmp/diff_new_pack.RApiJa/_new  2017-09-07 22:13:13.610868374 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-celerymon
 #
-# 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,23 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-celerymon
 Version:1.0.3
 Release:0
-Url:http://github.com/ask/celerymon/
 Summary:Real-time monitoring of Celery workers
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/c/celerymon/celerymon-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Url:http://github.com/ask/celerymon/
+Source: 
https://files.pythonhosted.org/packages/source/c/celerymon/celerymon-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 Requires:   python-celery
 Requires:   python-tornado
-%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
 celerymon - Real-time monitoring of Celery workers
@@ -42,15 +41,15 @@
 %setup -q -n celerymon-%{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
-%{_bindir}/celerymon
+%python3_only %{_bindir}/celerymon
 %{python_sitelib}/*
 
 %changelog




commit python-celerymon for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

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

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


Package is python-celerymon

Changes:

--- /work/SRC/openSUSE:Factory/python-celerymon/python-celerymon.changes
2012-11-25 13:27:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-celerymon.new/python-celerymon.changes   
2013-10-25 11:12:15.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 10:59:43 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-celerymon.spec ++
--- /var/tmp/diff_new_pack.cntMMN/_old  2013-10-25 11:12:16.0 +0200
+++ /var/tmp/diff_new_pack.cntMMN/_new  2013-10-25 11:12:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-celerymon
 #
-# 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
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/c/celerymon/celerymon-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   python-celery
 Requires:   python-tornado
 %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-celerymon for openSUSE:Factory

2012-11-25 Thread h_root
Hello community,

here is the log from the commit of package python-celerymon for 
openSUSE:Factory checked in at 2012-11-25 13:27:47

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


Package is python-celerymon, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-celerymon/python-celerymon.changes
2012-03-24 20:09:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-celerymon.new/python-celerymon.changes   
2012-11-25 13:27:49.0 +0100
@@ -1,0 +2,15 @@
+Fri Nov 23 10:47:44 UTC 2012 - sasc...@suse.de
+
+- Update to version 1.0.3:
+  + Code cleanup.
+- Changes from version 1.0.2:
+  + :program:`celery mon` now the respects :option:`--pidfile` option
+(Issue #14).
+- Changes from version 1.0.1:
+  + Distribution did not include static files (Issue #17).
+- Changes from version 1.0.0:
+  + Adds a UI to the frontpage
+- Changes from version 0.5.0:
+  + Now supports Celery 3.x
+
+---

Old:

  celerymon-0.4.0.tar.gz

New:

  celerymon-1.0.3.tar.gz



Other differences:
--
++ python-celerymon.spec ++
--- /var/tmp/diff_new_pack.7w4Ek5/_old  2012-11-25 13:27:50.0 +0100
+++ /var/tmp/diff_new_pack.7w4Ek5/_new  2012-11-25 13:27:50.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-celerymon
-Version:0.4.0
+Version:1.0.3
 Release:0
 Url:http://github.com/ask/celerymon/
 Summary:Real-time monitoring of Celery workers
@@ -27,6 +28,7 @@
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 Requires:   python-celery
+Requires:   python-tornado
 %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

++ celerymon-0.4.0.tar.gz - celerymon-1.0.3.tar.gz ++
 20645 lines of diff (skipped)

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



commit python-celerymon for openSUSE:Factory

2012-03-24 Thread h_root
Hello community,

here is the log from the commit of package python-celerymon for 
openSUSE:Factory checked in at 2012-03-24 20:09:37

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


Package is python-celerymon, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ /work/SRC/openSUSE:Factory/.python-celerymon.new/python-celerymon.changes   
2012-03-24 20:09:42.0 +0100
@@ -0,0 +1,5 @@
+---
+Wed Mar 21 17:57:09 UTC 2012 - sasc...@gmx.de
+
+- Initial version
+

New:

  celerymon-0.4.0.tar.gz
  python-celerymon.changes
  python-celerymon.spec



Other differences:
--
++ python-celerymon.spec ++
#
# spec file for package python-celerymon
#
# 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-celerymon
Version:0.4.0
Release:0
Url:http://github.com/ask/celerymon/
Summary:Real-time monitoring of Celery workers
License:BSD-3-Clause
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/c/celerymon/celerymon-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
Requires:   python-celery
%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
celerymon - Real-time monitoring of Celery workers

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

%build
python setup.py build

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

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README
%{_bindir}/celerymon
%{python_sitelib}/*

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