commit python-odorik for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package python-odorik for openSUSE:Factory 
checked in at 2020-06-10 00:41:42

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


Package is "python-odorik"

Wed Jun 10 00:41:42 2020 rev:8 rq:807934 version:0.5

Changes:

--- /work/SRC/openSUSE:Factory/python-odorik/python-odorik.changes  
2018-08-31 10:46:05.583321825 +0200
+++ /work/SRC/openSUSE:Factory/.python-odorik.new.3606/python-odorik.changes
2020-06-10 00:41:57.461957081 +0200
@@ -1,0 +2,5 @@
+Thu May 21 06:55:36 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-odorik.spec ++
--- /var/tmp/diff_new_pack.V5MA87/_old  2020-06-10 00:41:58.977961056 +0200
+++ /var/tmp/diff_new_pack.V5MA87/_new  2020-06-10 00:41:58.981961067 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-odorik
 #
-# 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
@@ -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,7 +23,7 @@
 Summary:Python module for Odorik API
 License:GPL-3.0-or-later
 Group:  Development/Languages/Python
-URL:http://cihar.com/software/odorik/
+URL:https://cihar.com/software/odorik/
 Source: 
https://files.pythonhosted.org/packages/source/o/odorik/odorik-%{version}.tar.bz2
 BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module httpretty}
@@ -35,6 +35,8 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-python-dateutil
 Requires:   python-xdg
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 %python_subpackages
 
@@ -46,22 +48,30 @@
 
 %build
 %python_build
-make %{?_smp_mflags} -C docs man
+%make_build -C docs man
 
 %install
 %python_install
 install -d %{buildroot}%{_mandir}/man1
 install -m 644 docs/_build/man/odorik.1 %{buildroot}%{_mandir}/man1
+%python_clone -a %{buildroot}%{_bindir}/odorik
+%python_clone -a %{buildroot}%{_mandir}/man1/odorik.1
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand py.test-%{$python_version} odorik
+%pytest odorik
+
+%post
+%python_install_alternative odorik odorik.1
+
+%postun
+%python_uninstall_alternative odorik
 
 %files %{python_files}
 %license LICENSE
 %doc NEWS.rst README.rst
 %{python_sitelib}/*
-%python3_only %{_mandir}/man1/*
-%python3_only %{_bindir}/*
+%python_alternative %{_mandir}/man1/odorik.1%{ext_man}
+%python_alternative %{_bindir}/odorik
 
 %changelog




commit python-odorik for openSUSE:Factory

2018-08-31 Thread root
Hello community,

here is the log from the commit of package python-odorik for openSUSE:Factory 
checked in at 2018-08-31 10:46:02

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


Package is "python-odorik"

Fri Aug 31 10:46:02 2018 rev:7 rq:632136 version:0.5

Changes:

--- /work/SRC/openSUSE:Factory/python-odorik/python-odorik.changes  
2018-05-29 16:50:31.643676219 +0200
+++ /work/SRC/openSUSE:Factory/.python-odorik.new/python-odorik.changes 
2018-08-31 10:46:05.583321825 +0200
@@ -1,0 +2,6 @@
+Wed Aug 29 10:54:27 UTC 2018 - tchva...@suse.com
+
+- Fix build on 42.3 by calling pytest properly and adding dependency
+  on ssl module from python2 main package
+
+---



Other differences:
--
++ python-odorik.spec ++
--- /var/tmp/diff_new_pack.F68gLw/_old  2018-08-31 10:46:06.155322520 +0200
+++ /var/tmp/diff_new_pack.F68gLw/_new  2018-08-31 10:46:06.159322525 +0200
@@ -31,6 +31,7 @@
 BuildRequires:  %{python_module python-dateutil}
 BuildRequires:  %{python_module pyxdg}
 BuildRequires:  fdupes
+BuildRequires:  python
 BuildRequires:  python-rpm-macros
 Requires:   python-python-dateutil
 Requires:   python-xdg
@@ -54,7 +55,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand pytest-%{$python_version} odorik
+%python_expand py.test-%{$python_version} odorik
 
 %files %{python_files}
 %license LICENSE




commit python-odorik for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package python-odorik for openSUSE:Factory 
checked in at 2018-05-29 16:49:41

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


Package is "python-odorik"

Tue May 29 16:49:41 2018 rev:6 rq:611358 version:0.5

Changes:

--- /work/SRC/openSUSE:Factory/python-odorik/python-odorik.changes  
2016-03-07 13:23:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-odorik.new/python-odorik.changes 
2018-05-29 16:50:31.643676219 +0200
@@ -1,0 +2,12 @@
+Tue May 22 15:36:31 UTC 2018 - mc...@suse.com
+
+- clean SPEC file
+- binaries and manpages are only in python3- package
+- tests are run for both versions of Python
+
+---
+Thu Aug 24 13:47:07 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+---
@@ -41,0 +54 @@
+



Other differences:
--
++ python-odorik.spec ++
--- /var/tmp/diff_new_pack.kcUKtu/_old  2018-05-29 16:50:32.787634126 +0200
+++ /var/tmp/diff_new_pack.kcUKtu/_new  2018-05-29 16:50:32.815633095 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-odorik
 #
-# Copyright (c) 2016 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
@@ -16,28 +16,26 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-odorik
 Version:0.5
 Release:0
 Summary:Python module for Odorik API
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Development/Languages/Python
-Url:http://cihar.com/software/odorik/
-Source: 
https://pypi.python.org/packages/source/o/odorik/odorik-%{version}.tar.bz2
-BuildRequires:  python-devel
-BuildRequires:  python-httpretty
-BuildRequires:  python-pytest
-BuildRequires:  python-python-dateutil
-BuildRequires:  python-sphinx
-BuildRequires:  python-xdg
+URL:http://cihar.com/software/odorik/
+Source: 
https://files.pythonhosted.org/packages/source/o/odorik/odorik-%{version}.tar.bz2
+BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module httpretty}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module python-dateutil}
+BuildRequires:  %{python_module pyxdg}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-python-dateutil
 Requires:   python-xdg
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%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
+%python_subpackages
 
 %description
 Python module to work with Odorik API.
@@ -46,22 +44,23 @@
 %setup -q -n odorik-%{version}
 
 %build
-python setup.py build
-make -C docs man
+%python_build
+make %{?_smp_mflags} -C docs man
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 install -d %{buildroot}%{_mandir}/man1
 install -m 644 docs/_build/man/odorik.1 %{buildroot}%{_mandir}/man1
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-py.test odorik
+%python_expand pytest-%{$python_version} odorik
 
-%files
-%defattr(-,root,root,-)
-%doc NEWS.rst LICENSE README.rst
+%files %{python_files}
+%license LICENSE
+%doc NEWS.rst README.rst
 %{python_sitelib}/*
-%{_mandir}/man1/*
-%{_bindir}/*
+%python3_only %{_mandir}/man1/*
+%python3_only %{_bindir}/*
 
 %changelog




commit python-odorik for openSUSE:Factory

2016-03-07 Thread h_root
Hello community,

here is the log from the commit of package python-odorik for openSUSE:Factory 
checked in at 2016-03-07 13:23:19

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


Package is "python-odorik"

Changes:

--- /work/SRC/openSUSE:Factory/python-odorik/python-odorik.changes  
2015-07-14 17:46:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-odorik.new/python-odorik.changes 
2016-03-07 13:23:39.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 26 13:12:45 UTC 2016 - tbecht...@suse.com
+
+- Require python-python-dateutil. package was renamed
+
+---



Other differences:
--
++ python-odorik.spec ++
--- /var/tmp/diff_new_pack.mlpmc4/_old  2016-03-07 13:23:59.0 +0100
+++ /var/tmp/diff_new_pack.mlpmc4/_new  2016-03-07 13:23:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-odorik
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -24,13 +24,13 @@
 Group:  Development/Languages/Python
 Url:http://cihar.com/software/odorik/
 Source: 
https://pypi.python.org/packages/source/o/odorik/odorik-%{version}.tar.bz2
-BuildRequires:  python-dateutil
 BuildRequires:  python-devel
 BuildRequires:  python-httpretty
 BuildRequires:  python-pytest
+BuildRequires:  python-python-dateutil
 BuildRequires:  python-sphinx
 BuildRequires:  python-xdg
-Requires:   python-dateutil
+Requires:   python-python-dateutil
 Requires:   python-xdg
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110




commit python-odorik for openSUSE:Factory

2015-07-14 Thread h_root
Hello community,

here is the log from the commit of package python-odorik for openSUSE:Factory 
checked in at 2015-07-14 17:44:48

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


Package is python-odorik

Changes:

--- /work/SRC/openSUSE:Factory/python-odorik/python-odorik.changes  
2015-05-22 09:55:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-odorik.new/python-odorik.changes 
2015-07-14 17:46:07.0 +0200
@@ -1,0 +2,8 @@
+Mon Jul 13 09:56:24 UTC 2015 - mci...@suse.cz
+
+- Update to 0.5:
+* Documentation translated to Czech language.
+* More detailed summaries for calls and messages.
+* Added options for filtering calls by status and direction.
+
+---

Old:

  odorik-0.4.tar.bz2

New:

  odorik-0.5.tar.bz2



Other differences:
--
++ python-odorik.spec ++
--- /var/tmp/diff_new_pack.1fVhSn/_old  2015-07-14 17:46:07.0 +0200
+++ /var/tmp/diff_new_pack.1fVhSn/_new  2015-07-14 17:46:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-odorik
-Version:0.4
+Version:0.5
 Release:0
 Summary:Python module for Odorik API
 License:GPL-3.0+

++ odorik-0.4.tar.bz2 - odorik-0.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/odorik-0.4/PKG-INFO new/odorik-0.5/PKG-INFO
--- old/odorik-0.4/PKG-INFO 2015-05-20 14:50:46.0 +0200
+++ new/odorik-0.5/PKG-INFO 2015-07-13 10:54:59.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: odorik
-Version: 0.4
+Version: 0.5
 Summary: Python module for Odorik API.
 Home-page: http://cihar.com/software/odorik/
 Author: Michal Čihař
@@ -26,6 +26,10 @@
 :target: https://pypi.python.org/pypi/odorik
 :alt: PyPI package
 
+.. image:: https://hosted.weblate.org/widgets/odorik/-/svg-badge.svg
+:alt: Translation status
+:target: 
https://hosted.weblate.org/engage/odorik/?utm_source=widget
+
 Documentation
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/odorik-0.4/README.rst new/odorik-0.5/README.rst
--- old/odorik-0.4/README.rst   2015-05-20 11:24:20.0 +0200
+++ new/odorik-0.5/README.rst   2015-05-21 09:53:39.0 +0200
@@ -17,6 +17,10 @@
 :target: https://pypi.python.org/pypi/odorik
 :alt: PyPI package
 
+.. image:: https://hosted.weblate.org/widgets/odorik/-/svg-badge.svg
+:alt: Translation status
+:target: https://hosted.weblate.org/engage/odorik/?utm_source=widget
+
 Documentation
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/odorik-0.4/docs/command.rst 
new/odorik-0.5/docs/command.rst
--- old/odorik-0.4/docs/command.rst 2015-05-20 11:24:43.0 +0200
+++ new/odorik-0.5/docs/command.rst 2015-07-13 10:42:17.0 +0200
@@ -82,7 +82,7 @@
 
 See :ref:`interval` for information how to specify date period.
 
-.. option:: calls [--list] [--line LINE] [DATE PERIOD]
+.. option:: calls [--list] [--line LINE] [--direction {in,out,redirected}] 
[--status {answered,missed}] [DATE PERIOD]
 
 Prints calls usage.
 
@@ -90,6 +90,8 @@
 
 The result can be also limited to given line by using ``--line``.
 
+You can additionally filter calls by ``--status`` or ``--direction``.
+
 See :ref:`interval` for information how to specify date period.
 
 .. option:: sms [--list] [--line LINE] [DATE PERIOD]
@@ -168,7 +170,7 @@
 by environment variables ``XDG_CONFIG_HOME`` or ``XDG_CONFIG_DIRS``.
 
 Following settings can be configured in the ``[odorik]`` section (you can
-customize this by :option:`--config-option`):
+customize this by :option:`--config-section`):
 
 .. describe:: user
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/odorik-0.4/docs/conf.py new/odorik-0.5/docs/conf.py
--- old/odorik-0.4/docs/conf.py 2015-05-19 18:37:34.0 +0200
+++ new/odorik-0.5/docs/conf.py 2015-05-21 09:53:39.0 +0200
@@ -364,3 +364,8 @@
 
 # If false, no index is generated.
 #epub_use_index = True
+
+
+# -- Options for gettext output ---
+locale_dirs = ['locale/']
+gettext_compact = False
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/odorik-0.4/docs/develop.rst 
new/odorik-0.5/docs/develop.rst
--- old/odorik-0.4/docs/develop.rst 2015-05-19 18:37:34.0 +0200
+++ new/odorik-0.5/docs/develop.rst 2015-05-21 09:53:39.0 

commit python-odorik for openSUSE:Factory

2015-05-22 Thread h_root
Hello community,

here is the log from the commit of package python-odorik for openSUSE:Factory 
checked in at 2015-05-22 09:55:06

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


Package is python-odorik

Changes:

--- /work/SRC/openSUSE:Factory/python-odorik/python-odorik.changes  
2015-05-19 23:47:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-odorik.new/python-odorik.changes 
2015-05-22 09:55:07.0 +0200
@@ -1,0 +2,10 @@
+Thu May 21 08:33:50 UTC 2015 - mci...@suse.cz
+
+- Update to 0.4:
+* Adjustable date periods for commands.
+* Add support for listing calls.
+* Add support for listing SMS.
+* Add support for using names for phone numbers and lines.
+* Add summary command to print short overview.
+
+---

Old:

  odorik-0.3.tar.bz2

New:

  odorik-0.4.tar.bz2



Other differences:
--
++ python-odorik.spec ++
--- /var/tmp/diff_new_pack.xd59Lo/_old  2015-05-22 09:55:07.0 +0200
+++ /var/tmp/diff_new_pack.xd59Lo/_new  2015-05-22 09:55:07.0 +0200
@@ -17,18 +17,20 @@
 
 
 Name:   python-odorik
-Version:0.3
+Version:0.4
 Release:0
 Summary:Python module for Odorik API
 License:GPL-3.0+
 Group:  Development/Languages/Python
 Url:http://cihar.com/software/odorik/
 Source: 
https://pypi.python.org/packages/source/o/odorik/odorik-%{version}.tar.bz2
+BuildRequires:  python-dateutil
 BuildRequires:  python-devel
 BuildRequires:  python-httpretty
 BuildRequires:  python-pytest
 BuildRequires:  python-sphinx
 BuildRequires:  python-xdg
+Requires:   python-dateutil
 Requires:   python-xdg
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110

++ odorik-0.3.tar.bz2 - odorik-0.4.tar.bz2 ++
 2199 lines of diff (skipped)




commit python-odorik for openSUSE:Factory

2015-05-19 Thread h_root
Hello community,

here is the log from the commit of package python-odorik for openSUSE:Factory 
checked in at 2015-05-19 23:45:39

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


Package is python-odorik

Changes:

--- /work/SRC/openSUSE:Factory/python-odorik/python-odorik.changes  
2015-05-18 22:21:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-odorik.new/python-odorik.changes 
2015-05-19 23:46:37.0 +0200
@@ -1,0 +2,14 @@
+Mon May 18 15:03:08 UTC 2015 - mci...@suse.cz
+
+- Update to 0.3:
+* Added support for listing lines information.
+* Added support for listing data usage for all lines on current account.
+* Documentation improvements.
+* Added html output to the program.
+* Added support for json and csv output.
+* Improved command line support for API calls.
+* Command line parameters can now override config file.
+* Added support for initiating callback.
+- Update home page
+
+---

Old:

  odorik-0.1.tar.bz2

New:

  odorik-0.3.tar.bz2



Other differences:
--
++ python-odorik.spec ++
--- /var/tmp/diff_new_pack.JqIkta/_old  2015-05-19 23:46:38.0 +0200
+++ /var/tmp/diff_new_pack.JqIkta/_new  2015-05-19 23:46:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-odorik
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -13,20 +13,21 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-odorik
-Version:0.1
+Version:0.3
 Release:0
-License:GPL-3.0+
 Summary:Python module for Odorik API
-Url:https://github.com/nijel/odorik
+License:GPL-3.0+
 Group:  Development/Languages/Python
+Url:http://cihar.com/software/odorik/
 Source: 
https://pypi.python.org/packages/source/o/odorik/odorik-%{version}.tar.bz2
 BuildRequires:  python-devel
-BuildRequires:  python-sphinx
-BuildRequires:  python-pytest
 BuildRequires:  python-httpretty
+BuildRequires:  python-pytest
+BuildRequires:  python-sphinx
 BuildRequires:  python-xdg
 Requires:   python-xdg
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ odorik-0.1.tar.bz2 - odorik-0.3.tar.bz2 ++
 1644 lines of diff (skipped)