commit python-click-plugins for openSUSE:Factory

2020-08-21 Thread root
Hello community,

here is the log from the commit of package python-click-plugins for 
openSUSE:Factory checked in at 2020-08-21 19:15:40

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


Package is "python-click-plugins"

Fri Aug 21 19:15:40 2020 rev:6 rq:828441 version:1.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-click-plugins/python-click-plugins.changes
2019-04-18 09:57:14.833372346 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-click-plugins.new.3399/python-click-plugins.changes
  2020-08-21 19:17:00.152813389 +0200
@@ -1,0 +2,6 @@
+Thu Aug 20 23:38:47 UTC 2020 - John Vandenberg 
+
+- Remove %bcond_without test, activating tests
+- Add fdupes and tidy spec
+
+---



Other differences:
--
++ python-click-plugins.spec ++
--- /var/tmp/diff_new_pack.kQsX3L/_old  2020-08-21 19:17:03.924815630 +0200
+++ /var/tmp/diff_new_pack.kQsX3L/_new  2020-08-21 19:17:03.928815632 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-click-plugins
 #
-# Copyright (c) 2019 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
@@ -17,29 +17,30 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:   python-click-plugins
 Version:1.1.1
 Release:0
-Summary:An extension for click to register CLI commands via setuptools 
entry-points
+Summary:Click extension to register CLI commands via setuptools 
entry-points
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/click-contrib/click-plugins
+URL:https://github.com/click-contrib/click-plugins
 Source: 
https://files.pythonhosted.org/packages/source/c/click-plugins/click-plugins-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  python-rpm-macros
-%if %{with test}
 BuildRequires:  %{python_module click >= 3.0}
 BuildRequires:  %{python_module pytest}
-%endif
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-click >= 3.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
-Use a decorator to get setuptools entry points that allows others to use your 
commandline utility as a home for their related sub-commands. You get to choose 
where these sub-commands or sub-groups can be registered but the plugin 
developer gets to choose they ARE registered. You could have all plugins 
register alongside the core commands, in a special sub-group, across multiple 
sub-groups, or some combination.
+Use a decorator to get setuptools entry points that allows others
+to use your commandline utility as a home for their related sub-commands.
+You get to choose where these sub-commands or sub-groups can be registered
+but the plugin developer gets to choose they ARE registered.
+You could have all plugins register alongside the core commands,
+in a special sub-group, across multiple sub-groups, or some combination.
 
 %prep
 %setup -q -n click-plugins-%{version}
@@ -50,19 +51,18 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-%python_exec setup.py test
-%endif
+export LANG=en_US.UTF-8
+%pytest
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc AUTHORS.txt CHANGES.md README.rst
 %if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320
 %%license LICENSE.txt
 %else
-%doc LICENSE.txt
+%license LICENSE.txt
 %endif
 %{python_sitelib}/*
 




commit python-click-plugins for openSUSE:Factory

2019-04-18 Thread root
Hello community,

here is the log from the commit of package python-click-plugins for 
openSUSE:Factory checked in at 2019-04-18 09:57:14

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


Package is "python-click-plugins"

Thu Apr 18 09:57:14 2019 rev:5 rq:695327 version:1.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-click-plugins/python-click-plugins.changes
2018-12-13 19:41:21.437247966 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-click-plugins.new.17052/python-click-plugins.changes
 2019-04-18 09:57:14.833372346 +0200
@@ -1,0 +2,10 @@
+Sun Apr  7 19:43:09 UTC 2019 - Sebastian Wagner 
+
+- update to version 1.1.1:
+ - Fixed a version mismatch in `click_plugins/__init__.py`  See `1.1`.
+- update to version 1.1:
+ - Fix an issue where a broken command's traceback would not be emitted - 
https://github.com/click-contrib/click-plugins/issues/25
+ - Bump required click version to `click>=4` - 
https://github.com/click-contrib/click-plugins/pull/28
+ - Runs Travis tests for the latest release of click versions 4 -> 7 - 
https://github.com/click-contrib/click-plugins/pull/28
+
+---

Old:

  click-plugins-1.0.4.tar.gz

New:

  click-plugins-1.1.1.tar.gz



Other differences:
--
++ python-click-plugins.spec ++
--- /var/tmp/diff_new_pack.i6Fv52/_old  2019-04-18 09:57:15.397372701 +0200
+++ /var/tmp/diff_new_pack.i6Fv52/_new  2019-04-18 09:57:15.397372701 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-click-plugins
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-click-plugins
-Version:1.0.4
+Version:1.1.1
 Release:0
 Summary:An extension for click to register CLI commands via setuptools 
entry-points
 License:BSD-3-Clause

++ click-plugins-1.0.4.tar.gz -> click-plugins-1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-plugins-1.0.4/CHANGES.md 
new/click-plugins-1.1.1/CHANGES.md
--- old/click-plugins-1.0.4/CHANGES.md  2018-09-16 02:21:37.0 +0200
+++ new/click-plugins-1.1.1/CHANGES.md  2019-04-04 06:22:44.0 +0200
@@ -1,6 +1,18 @@
 Changelog
 =
 
+1.1.1 - 2019-04-04
+--
+
+- Fixed a version mismatch in `click_plugins/__init__.py`  See `1.1`.
+
+1.1 - 2019-04-04
+
+
+- Fix an issue where a broken command's traceback would not be emitted - 
https://github.com/click-contrib/click-plugins/issues/25
+- Bump required click version to `click>=4` - 
https://github.com/click-contrib/click-plugins/pull/28
+- Runs Travis tests for the latest release of click versions 4 -> 7 - 
https://github.com/click-contrib/click-plugins/pull/28
+
 1.0.4 - 2018-09-15
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-plugins-1.0.4/LICENSE.txt 
new/click-plugins-1.1.1/LICENSE.txt
--- old/click-plugins-1.0.4/LICENSE.txt 2018-09-16 02:21:37.0 +0200
+++ new/click-plugins-1.1.1/LICENSE.txt 2019-04-04 05:23:26.0 +0200
@@ -1,6 +1,6 @@
 New BSD License
 
-Copyright (c) 2015-2018, Kevin D. Wurster, Sean C. Gillies
+Copyright (c) 2015-2019, Kevin D. Wurster, Sean C. Gillies
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-plugins-1.0.4/PKG-INFO 
new/click-plugins-1.1.1/PKG-INFO
--- old/click-plugins-1.0.4/PKG-INFO2018-09-16 02:23:33.0 +0200
+++ new/click-plugins-1.1.1/PKG-INFO2019-04-04 06:24:14.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: click-plugins
-Version: 1.0.4
+Version: 1.1.1
 Summary: An extension module for click to enable registering CLI commands via 
setuptools entry-points.
 Home-page: https://github.com/click-contrib/click-plugins
 Author: Kevin Wurster, Sean Gillies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-plugins-1.0.4/click_plugins/__init__.py 
new/click-plugins-1.1.1/click_plugins/__init__.py
--- old/click-plugins-1.0.4/click_plugins/__init__.py   2018-09-16 
02:21:37.0 +0200
+++ new/click-plugins-1.1.1/click_plugins/__init__.py   2019-04-04 

commit python-click-plugins for openSUSE:Factory

2018-12-13 Thread root
Hello community,

here is the log from the commit of package python-click-plugins for 
openSUSE:Factory checked in at 2018-12-13 19:41:17

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


Package is "python-click-plugins"

Thu Dec 13 19:41:17 2018 rev:4 rq:653972 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-click-plugins/python-click-plugins.changes
2018-09-25 15:43:48.181202034 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-click-plugins.new.28833/python-click-plugins.changes
 2018-12-13 19:41:21.437247966 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:46:38 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-click-plugins.spec ++
--- /var/tmp/diff_new_pack.qbSwaE/_old  2018-12-13 19:41:21.893247481 +0100
+++ /var/tmp/diff_new_pack.qbSwaE/_new  2018-12-13 19:41:21.893247481 +0100
@@ -26,7 +26,6 @@
 Group:  Development/Languages/Python
 Url:https://github.com/click-contrib/click-plugins
 Source: 
https://files.pythonhosted.org/packages/source/c/click-plugins/click-plugins-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 %if %{with test}




commit python-click-plugins for openSUSE:Factory

2018-09-25 Thread root
Hello community,

here is the log from the commit of package python-click-plugins for 
openSUSE:Factory checked in at 2018-09-25 15:43:47

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


Package is "python-click-plugins"

Tue Sep 25 15:43:47 2018 rev:3 rq:637767 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-click-plugins/python-click-plugins.changes
2018-03-04 12:52:48.863130902 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-click-plugins.new/python-click-plugins.changes
   2018-09-25 15:43:48.181202034 +0200
@@ -1,0 +2,6 @@
+Mon Sep 17 20:00:17 UTC 2018 - Sebastian Wagner 
+
+-  update to version 1.0.4:
+ - Preemptive fix for a breaking change in Click v7.  CLI command names 
generated from functions with underscores will have dashes instead of 
underscores.  See https://github.com/click-contrib/click-plugins/issues/19.
+
+---

Old:

  click-plugins-1.0.3.tar.gz

New:

  click-plugins-1.0.4.tar.gz



Other differences:
--
++ python-click-plugins.spec ++
--- /var/tmp/diff_new_pack.wHqzuN/_old  2018-09-25 15:43:48.641201542 +0200
+++ /var/tmp/diff_new_pack.wHqzuN/_new  2018-09-25 15:43:48.649201535 +0200
@@ -12,14 +12,14 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-click-plugins
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:An extension for click to register CLI commands via setuptools 
entry-points
 License:BSD-3-Clause

++ click-plugins-1.0.3.tar.gz -> click-plugins-1.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-plugins-1.0.3/CHANGES.md 
new/click-plugins-1.0.4/CHANGES.md
--- old/click-plugins-1.0.3/CHANGES.md  2016-01-05 19:42:59.0 +0100
+++ new/click-plugins-1.0.4/CHANGES.md  2018-09-16 02:21:37.0 +0200
@@ -1,6 +1,12 @@
 Changelog
 =
 
+1.0.4 - 2018-09-15
+--
+
+- Preemptive fix for a breaking change in Click v7.  CLI command names 
generated from functions with underscores will have dashes instead of 
underscores.  See https://github.com/click-contrib/click-plugins/issues/19.
+
+
 1.0.3 - 2016-01-05
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-plugins-1.0.3/LICENSE.txt 
new/click-plugins-1.0.4/LICENSE.txt
--- old/click-plugins-1.0.3/LICENSE.txt 2016-01-05 19:44:12.0 +0100
+++ new/click-plugins-1.0.4/LICENSE.txt 2018-09-16 02:21:37.0 +0200
@@ -1,6 +1,6 @@
 New BSD License
 
-Copyright (c) 2015-2016, Kevin D. Wurster, Sean C. Gillies
+Copyright (c) 2015-2018, Kevin D. Wurster, Sean C. Gillies
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-plugins-1.0.3/PKG-INFO 
new/click-plugins-1.0.4/PKG-INFO
--- old/click-plugins-1.0.3/PKG-INFO2016-01-05 19:46:39.0 +0100
+++ new/click-plugins-1.0.4/PKG-INFO2018-09-16 02:23:33.0 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: click-plugins
-Version: 1.0.3
+Version: 1.0.4
 Summary: An extension module for click to enable registering CLI commands via 
setuptools entry-points.
 Home-page: https://github.com/click-contrib/click-plugins
 Author: Kevin Wurster, Sean Gillies
@@ -38,7 +38,7 @@
 Enabling Plugins
 
 
-For a more detailed example see the `examples 
`_ section.
+For a more detailed example see the `examples 
`_ section.
 
 The only requirement is decorating ``click.group()`` with 
``click_plugins.with_plugins()``
 which handles attaching external commands and groups.  In this case 
the core CLI developer
@@ -105,7 +105,7 @@
 ---
 
 Opening a CLI to plugins encourages other developers to independently 
extend
-functionality independently but their is no guarantee these new 
features will
+functionality independently but there is no guarantee these new 
features will
 be "on brand".  

commit python-click-plugins for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package python-click-plugins for 
openSUSE:Factory checked in at 2018-03-04 12:52:08

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


Package is "python-click-plugins"

Sun Mar  4 12:52:08 2018 rev:2 rq:582254 version:1.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-click-plugins/python-click-plugins.changes
2017-07-11 08:25:16.588262102 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-click-plugins.new/python-click-plugins.changes
   2018-03-04 12:52:48.863130902 +0100
@@ -1,0 +2,7 @@
+Sat Mar  3 18:34:32 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * don't use python_module for Requires
+
+---



Other differences:
--
++ python-click-plugins.spec ++
--- /var/tmp/diff_new_pack.cVa3Dm/_old  2018-03-04 12:52:49.675101315 +0100
+++ /var/tmp/diff_new_pack.cVa3Dm/_new  2018-03-04 12:52:49.675101315 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-click-plugins
 #
-# 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
@@ -13,6 +13,7 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,19 +21,19 @@
 Name:   python-click-plugins
 Version:1.0.3
 Release:0
-License:BSD-3-Clause
 Summary:An extension for click to register CLI commands via setuptools 
entry-points
-Url:https://github.com/click-contrib/click-plugins
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:https://github.com/click-contrib/click-plugins
 Source: 
https://files.pythonhosted.org/packages/source/c/click-plugins/click-plugins-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 %if %{with test}
 BuildRequires:  %{python_module click >= 3.0}
 BuildRequires:  %{python_module pytest}
 %endif
-Requires:   %{python_module click >= 3.0}
+Requires:   python-click >= 3.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch