commit python-clikit for openSUSE:Factory

2020-10-29 Thread root
Hello community,

here is the log from the commit of package python-clikit for openSUSE:Factory 
checked in at 2020-10-29 09:48:36

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


Package is "python-clikit"

Thu Oct 29 09:48:36 2020 rev:8 rq:843189 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/python-clikit/python-clikit.changes  
2020-07-14 07:59:35.473848234 +0200
+++ /work/SRC/openSUSE:Factory/.python-clikit.new.3463/python-clikit.changes
2020-10-29 09:48:45.320190404 +0100
@@ -1,0 +2,12 @@
+Tue Oct 20 13:36:23 UTC 2020 - Dan Čermák 
+
+Skip python2: poetry no longer works with python2 thereby breaking this 
package on Leap.
+
+---
+Thu Oct  8 15:52:41 UTC 2020 - Benjamin Greiner 
+
+- dephell incorrectly converts the typing-extension dependency
+  marker. Use upstreams install method pip with poetry.core backend 
+  instead
+
+---



Other differences:
--
++ python-clikit.spec ++
--- /var/tmp/diff_new_pack.qO7iLE/_old  2020-10-29 09:48:46.248191194 +0100
+++ /var/tmp/diff_new_pack.qO7iLE/_new  2020-10-29 09:48:46.252191198 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-clikit
 #
-# Copyright (c) 2020 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
@@ -16,30 +16,27 @@
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without python2
 Name:   python-clikit
 Version:0.6.2
 Release:0
 Summary:Helper to build testable command line interfaces
 License:MIT
 URL:https://github.com/sdispater/clikit
-Source: 
https://github.com/sdispater/clikit/archive/%{version}.tar.gz#/clikit-%{version}.tar.gz
+Source: %{URL}/archive/%{version}.tar.gz#/clikit-%{version}.tar.gz
 BuildRequires:  %{python_module crashtest}
 BuildRequires:  %{python_module pastel >= 0.2.0}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module poetry-core}
 BuildRequires:  %{python_module pylev >= 1.3}
 BuildRequires:  %{python_module pytest >= 4.0}
 BuildRequires:  %{python_module pytest-mock >= 2.0.0}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module typing >= 3.6}
 BuildRequires:  fdupes
-BuildRequires:  python-dephell-rpm-macros
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-dephell
 Requires:   python-crashtest
 Requires:   python-pastel >= 0.2.0
 Requires:   python-pylev >= 1.3
-Requires:   python-typing >= 3.6
 BuildArch:  noarch
 %if %{with python2}
 BuildRequires:  python-enum34 >= 1.1
@@ -55,13 +52,12 @@
 
 %prep
 %setup -q -n clikit-%{version}
-%dephell_gensetup
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -70,6 +66,7 @@
 %files %{python_files}
 %doc README.md
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/clikit
+%{python_sitelib}/clikit-%{version}.dist-info
 
 %changelog




commit python-clikit for openSUSE:Factory

2020-07-14 Thread root
Hello community,

here is the log from the commit of package python-clikit for openSUSE:Factory 
checked in at 2020-07-14 07:58:35

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


Package is "python-clikit"

Tue Jul 14 07:58:35 2020 rev:7 rq:820531 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/python-clikit/python-clikit.changes  
2020-03-25 23:46:23.528054359 +0100
+++ /work/SRC/openSUSE:Factory/.python-clikit.new.3060/python-clikit.changes
2020-07-14 07:59:35.473848234 +0200
@@ -1,0 +2,27 @@
+Sun Jul 12 07:50:09 UTC 2020 - John Vandenberg 
+
+- Update to v0.6.2
+  * Fixed an error in the package's metadata causing errors on Python 3.5.
+- from v0.6.1
+  * Progress bars will now update at most every 100ms by default.
+This is configurable via the min_seconds_between_redraws() method
+  * Progress bars and indicators now accept an Output instance as well as
+an IO instance. If an IO instance is passed the error output will be used
+  * Slightly changed the exception trace rendering
+  *  Fixed an error where choices questions accepted negative choices
+- from v0.6.0
+  * Support for error solutions
+  * Ability to ignore files in the stack trace
+  * The stack trace will now be displayed above the actual error, so that
+the error is visible immediately and the read flow of the stack trace
+is more natural
+  * Fixed the coloring of the code snippets of the stack trace for tokens
+that span multiple lines
+- from v0.5.1
+  * Improved the error message display for multiline messages
+- from v0.5.0
+  * Errors are now rendered in a nicer way for Python 3.6+
+- from v0.4.3
+  * Fixed encoding errors in questions for Python 2.7
+
+---

Old:

  clikit-0.4.2.tar.gz

New:

  clikit-0.6.2.tar.gz



Other differences:
--
++ python-clikit.spec ++
--- /var/tmp/diff_new_pack.tsVVOw/_old  2020-07-14 07:59:36.053850111 +0200
+++ /var/tmp/diff_new_pack.tsVVOw/_new  2020-07-14 07:59:36.053850111 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-clikit
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2020 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,12 +19,13 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:   python-clikit
-Version:0.4.2
+Version:0.6.2
 Release:0
 Summary:Helper to build testable command line interfaces
 License:MIT
 URL:https://github.com/sdispater/clikit
 Source: 
https://github.com/sdispater/clikit/archive/%{version}.tar.gz#/clikit-%{version}.tar.gz
+BuildRequires:  %{python_module crashtest}
 BuildRequires:  %{python_module pastel >= 0.2.0}
 BuildRequires:  %{python_module pylev >= 1.3}
 BuildRequires:  %{python_module pytest >= 4.0}
@@ -35,6 +36,7 @@
 BuildRequires:  python-dephell-rpm-macros
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-dephell
+Requires:   python-crashtest
 Requires:   python-pastel >= 0.2.0
 Requires:   python-pylev >= 1.3
 Requires:   python-typing >= 3.6

++ clikit-0.4.2.tar.gz -> clikit-0.6.2.tar.gz ++
 1740 lines of diff (skipped)




commit python-clikit for openSUSE:Factory

2020-03-25 Thread root
Hello community,

here is the log from the commit of package python-clikit for openSUSE:Factory 
checked in at 2020-03-25 23:44:57

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


Package is "python-clikit"

Wed Mar 25 23:44:57 2020 rev:6 rq:787820 version:0.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-clikit/python-clikit.changes  
2020-03-16 10:21:31.535665130 +0100
+++ /work/SRC/openSUSE:Factory/.python-clikit.new.3160/python-clikit.changes
2020-03-25 23:46:23.528054359 +0100
@@ -1,0 +2,5 @@
+Mon Mar 23 18:13:43 UTC 2020 - Matej Cepl 
+
+- Add macro %dephell_genspec to generate setup.py
+
+---



Other differences:
--
++ python-clikit.spec ++
--- /var/tmp/diff_new_pack.qxoeow/_old  2020-03-25 23:46:25.184054901 +0100
+++ /var/tmp/diff_new_pack.qxoeow/_new  2020-03-25 23:46:25.216054911 +0100
@@ -32,6 +32,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module typing >= 3.6}
 BuildRequires:  fdupes
+BuildRequires:  python-dephell-rpm-macros
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-dephell
 Requires:   python-pastel >= 0.2.0
@@ -52,7 +53,7 @@
 
 %prep
 %setup -q -n clikit-%{version}
-dephell deps convert --from pyproject.toml --to setup.py
+%dephell_gensetup
 
 %build
 %python_build




commit python-clikit for openSUSE:Factory

2020-03-16 Thread root
Hello community,

here is the log from the commit of package python-clikit for openSUSE:Factory 
checked in at 2020-03-16 10:20:02

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


Package is "python-clikit"

Mon Mar 16 10:20:02 2020 rev:5 rq:785249 version:0.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-clikit/python-clikit.changes  
2020-01-14 21:12:44.234914256 +0100
+++ /work/SRC/openSUSE:Factory/.python-clikit.new.3160/python-clikit.changes
2020-03-16 10:21:31.535665130 +0100
@@ -1,0 +2,7 @@
+Sun Mar 15 10:12:32 UTC 2020 - Tomáš Chvátal 
+
+- Update to 0.4.2:
+  * Fixed the terminal width being set to 0 in some circumstances (#15).
+  * Fixed the comptibility with the latest version of pastel (#10).
+
+---

Old:

  clikit-0.4.1.tar.gz

New:

  clikit-0.4.2.tar.gz



Other differences:
--
++ python-clikit.spec ++
--- /var/tmp/diff_new_pack.JTWz0a/_old  2020-03-16 10:21:32.163665385 +0100
+++ /var/tmp/diff_new_pack.JTWz0a/_new  2020-03-16 10:21:32.163665385 +0100
@@ -17,28 +17,32 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-clikit
-Version:0.4.1
+Version:0.4.2
 Release:0
 Summary:Helper to build testable command line interfaces
 License:MIT
 URL:https://github.com/sdispater/clikit
 Source: 
https://github.com/sdispater/clikit/archive/%{version}.tar.gz#/clikit-%{version}.tar.gz
-BuildRequires:  %{python_module pastel}
-BuildRequires:  %{python_module pylev}
-BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module pastel >= 0.2.0}
+BuildRequires:  %{python_module pylev >= 1.3}
+BuildRequires:  %{python_module pytest >= 4.0}
+BuildRequires:  %{python_module pytest-mock >= 2.0.0}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module typing}
+BuildRequires:  %{python_module typing >= 3.6}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python2-enum34
 BuildRequires:  python3-dephell
-Requires:   python-pastel
-Requires:   python-pylev
-Requires:   python-typing
+Requires:   python-pastel >= 0.2.0
+Requires:   python-pylev >= 1.3
+Requires:   python-typing >= 3.6
 BuildArch:  noarch
+%if %{with python2}
+BuildRequires:  python-enum34 >= 1.1
+%endif
 %ifpython2
-Requires:   python2-enum34
+Requires:   python-enum34 >= 1.1
 %endif
 %python_subpackages
 

++ clikit-0.4.1.tar.gz -> clikit-0.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clikit-0.4.1/CHANGELOG.md 
new/clikit-0.4.2/CHANGELOG.md
--- old/clikit-0.4.1/CHANGELOG.md   2019-12-06 17:50:12.0 +0100
+++ new/clikit-0.4.2/CHANGELOG.md   2020-02-28 12:20:36.0 +0100
@@ -1,5 +1,13 @@
 # Change Log
 
+## [0.4.2] - 2020-02-28
+
+### Fixed
+
+- Fixed the terminal width being set to 0 in some circumstances 
([#15](https://github.com/sdispater/clikit/pull/15)).
+- Fixed the comptibility with the latest version of 
[pastel](https://github.com/sdispater/pastel) 
([#10](https://github.com/sdispater/clikit/pull/10)).
+
+
 ## [0.4.1] - 2019-12-06
 
 ### Fixed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clikit-0.4.1/pyproject.toml 
new/clikit-0.4.2/pyproject.toml
--- old/clikit-0.4.1/pyproject.toml 2019-12-06 17:50:12.0 +0100
+++ new/clikit-0.4.2/pyproject.toml 2020-02-28 12:20:36.0 +0100
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "clikit"
-version = "0.4.1"
+version = "0.4.2"
 description = "CliKit is a group of utilities to build beautiful and testable 
command line interfaces."
 authors = ["Sébastien Eustace "]
 license = "MIT"
@@ -17,11 +17,12 @@
 
 [tool.poetry.dependencies]
 python = "~2.7 || ^3.4"
-pastel = "^0.1.0"
+pastel = "^0.2.0"
 pylev = "^1.3"
 
 # The typing module is not in the stdlib in Python 2.7 and 3.4
 typing = { version = "^3.6", python = "~2.7 || ~3.4" }
+typing-extensions = { version = "^3.6", python = ">=3.5.0,<3.5.4" }
 
 # enum34 is needed for Python 2.7
 enum34 = { version = "^1.1", python = "~2.7" }
@@ -31,6 +32,7 @@
 pytest-cov = "^2.6"
 tox = "^3.5"
 pre-commit = "^1.12"
+pytest-mock = "^2.0.0"
 
 [build-system]
 requires = ["poetry>=1.0.0b2"]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clikit-0.4.1/src/clikit/__init__.py 
new/clikit-0.4.2/src/clikit/__init__.py
--- old/clikit-0.4.1/src/clikit/__init__.py 2019-12-06 17:50:12.0 
+0100
+++ 

commit python-clikit for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package python-clikit for openSUSE:Factory 
checked in at 2020-01-14 21:09:08

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


Package is "python-clikit"

Tue Jan 14 21:09:08 2020 rev:4 rq:764231 version:0.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-clikit/python-clikit.changes  
2019-12-02 11:28:48.562630428 +0100
+++ /work/SRC/openSUSE:Factory/.python-clikit.new.6675/python-clikit.changes
2020-01-14 21:12:44.234914256 +0100
@@ -1,0 +2,6 @@
+Tue Jan 14 10:18:04 UTC 2020 - Tomáš Chvátal 
+
+- Update to 0.4.1:
+  * minor fixes
+
+---

Old:

  clikit-0.4.0.tar.gz

New:

  clikit-0.4.1.tar.gz



Other differences:
--
++ python-clikit.spec ++
--- /var/tmp/diff_new_pack.PtJN4s/_old  2020-01-14 21:12:45.822914978 +0100
+++ /var/tmp/diff_new_pack.PtJN4s/_new  2020-01-14 21:12:45.826914980 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-clikit
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-clikit
-Version:0.4.0
+Version:0.4.1
 Release:0
 Summary:Helper to build testable command line interfaces
 License:MIT
@@ -49,7 +49,6 @@
 %prep
 %setup -q -n clikit-%{version}
 dephell deps convert --from pyproject.toml --to setup.py
-mv src/clikit .
 
 %build
 %python_build

++ clikit-0.4.0.tar.gz -> clikit-0.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clikit-0.4.0/.github/workflows/push.yml 
new/clikit-0.4.1/.github/workflows/push.yml
--- old/clikit-0.4.0/.github/workflows/push.yml 2019-10-25 14:22:57.0 
+0200
+++ new/clikit-0.4.1/.github/workflows/push.yml 2019-12-06 17:50:12.0 
+0100
@@ -8,10 +8,10 @@
 
 steps:
   - uses: actions/checkout@v1
-  - name: Set up Python 3.7
+  - name: Set up Python 3.8
 uses: actions/setup-python@v1
 with:
-  python-version: 3.7
+  python-version: 3.8
   - name: Linting
 run: |
   pip install pre-commit
@@ -21,7 +21,7 @@
 runs-on: ubuntu-latest
 strategy:
   matrix:
-python-version: [2.7, 3.5, 3.6, 3.7]
+python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
 
 steps:
 - uses: actions/checkout@v1
@@ -47,7 +47,7 @@
 runs-on: macos-latest
 strategy:
   matrix:
-python-version: [2.7, 3.5, 3.6, 3.7]
+python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
 
 steps:
 - uses: actions/checkout@v1
@@ -73,7 +73,7 @@
 runs-on: windows-latest
 strategy:
   matrix:
-python-version: [2.7, 3.5, 3.6, 3.7]
+python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
 
 steps:
 - uses: actions/checkout@v1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clikit-0.4.0/CHANGELOG.md 
new/clikit-0.4.1/CHANGELOG.md
--- old/clikit-0.4.0/CHANGELOG.md   2019-10-25 14:22:57.0 +0200
+++ new/clikit-0.4.1/CHANGELOG.md   2019-12-06 17:50:12.0 +0100
@@ -1,5 +1,12 @@
 # Change Log
 
+## [0.4.1] - 2019-12-06
+
+### Fixed
+
+- Fixed the rendering of exception traces on Python 2.7
+
+
 ## [0.4.0] - 2019-10-25
 
 ### Changed
@@ -86,7 +93,8 @@
 - Fixed the progress indicator component.
 
 
-[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.4.0...master
+[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.4.1...master
+[0.4.1]: https://github.com/sdispater/tomlkit/releases/tag/0.4.1
 [0.4.0]: https://github.com/sdispater/tomlkit/releases/tag/0.4.0
 [0.3.2]: https://github.com/sdispater/tomlkit/releases/tag/0.3.2
 [0.3.1]: https://github.com/sdispater/tomlkit/releases/tag/0.3.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clikit-0.4.0/pyproject.toml 
new/clikit-0.4.1/pyproject.toml
--- old/clikit-0.4.0/pyproject.toml 2019-10-25 14:22:57.0 +0200
+++ new/clikit-0.4.1/pyproject.toml 2019-12-06 17:50:12.0 +0100
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "clikit"
-version = "0.4.0"
+version = "0.4.1"
 description = "CliKit is a group of utilities to build beautiful and testable 
command line interfaces."
 authors = ["Sébastien Eustace "]
 license = "MIT"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clikit-0.4.0/src/clikit/__init__.py 

commit python-clikit for openSUSE:Factory

2019-12-02 Thread root
Hello community,

here is the log from the commit of package python-clikit for openSUSE:Factory 
checked in at 2019-12-02 11:27:19

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


Package is "python-clikit"

Mon Dec  2 11:27:19 2019 rev:3 rq:751628 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-clikit/python-clikit.changes  
2019-10-10 11:53:12.403359222 +0200
+++ /work/SRC/openSUSE:Factory/.python-clikit.new.4691/python-clikit.changes
2019-12-02 11:28:48.562630428 +0100
@@ -1,0 +2,7 @@
+Thu Nov 28 15:05:12 CET 2019 - Matej Cepl 
+
+- Update to 0.4.0:
+  - Changed the way event names are stored and exposed.
+  - Fixed parsing of options after a -- token.
+
+---

Old:

  clikit-0.3.2.tar.gz

New:

  clikit-0.4.0.tar.gz



Other differences:
--
++ python-clikit.spec ++
--- /var/tmp/diff_new_pack.SpjwMX/_old  2019-12-02 11:28:50.018629754 +0100
+++ /var/tmp/diff_new_pack.SpjwMX/_new  2019-12-02 11:28:50.018629754 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-clikit
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-clikit
-Version:0.3.2
+Version:0.4.0
 Release:0
 Summary:Helper to build testable command line interfaces
 License:MIT

++ clikit-0.3.2.tar.gz -> clikit-0.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clikit-0.3.2/.github/workflows/push.yml 
new/clikit-0.4.0/.github/workflows/push.yml
--- old/clikit-0.3.2/.github/workflows/push.yml 2019-09-20 15:59:56.0 
+0200
+++ new/clikit-0.4.0/.github/workflows/push.yml 2019-10-25 14:22:57.0 
+0200
@@ -1,4 +1,4 @@
-name: Push
+name: Tests
 
 on: [push, pull_request]
 
@@ -82,16 +82,15 @@
   with:
 python-version: ${{ matrix.python-version }}
 - name: Install Poetry
-  shell: pwsh
   run: |
 Invoke-WebRequest 
https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py -O 
get-poetry.py
 python get-poetry.py --preview -y
 $env:Path += ";$env:Userprofile\.poetry\bin"
 - name: Install dependencies
   run: |
-SET PATH=%USERPROFILE%\\.poetry\\bin;%PATH%
+$env:Path += ";$env:Userprofile\.poetry\bin"
 poetry install
 - name: Test
   run: |
-SET PATH=%USERPROFILE%\\.poetry\\bin;%PATH%
+$env:Path += ";$env:Userprofile\.poetry\bin"
 poetry run pytest -q tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clikit-0.3.2/.gitignore new/clikit-0.4.0/.gitignore
--- old/clikit-0.3.2/.gitignore 2019-09-20 15:59:56.0 +0200
+++ new/clikit-0.4.0/.gitignore 2019-10-25 14:22:57.0 +0200
@@ -23,3 +23,5 @@
 /test
 poetry.lock
 .pytest_cache
+pip-wheel-metadata
+setup.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clikit-0.3.2/CHANGELOG.md 
new/clikit-0.4.0/CHANGELOG.md
--- old/clikit-0.3.2/CHANGELOG.md   2019-09-20 15:59:56.0 +0200
+++ new/clikit-0.4.0/CHANGELOG.md   2019-10-25 14:22:57.0 +0200
@@ -1,5 +1,17 @@
 # Change Log
 
+## [0.4.0] - 2019-10-25
+
+### Changed
+
+- Changed the way event names are stored and exposed.
+
+
+### Fixed
+
+- Fixed parsing of options after a `--` token.
+
+
 ## [0.3.2] - 2019-09-20
 
 ### Fixed
@@ -74,7 +86,8 @@
 - Fixed the progress indicator component.
 
 
-[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.3.2...master
+[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.4.0...master
+[0.4.0]: https://github.com/sdispater/tomlkit/releases/tag/0.4.0
 [0.3.2]: https://github.com/sdispater/tomlkit/releases/tag/0.3.2
 [0.3.1]: https://github.com/sdispater/tomlkit/releases/tag/0.3.1
 [0.3.0]: https://github.com/sdispater/tomlkit/releases/tag/0.3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clikit-0.3.2/pyproject.toml 
new/clikit-0.4.0/pyproject.toml
--- old/clikit-0.3.2/pyproject.toml 2019-09-20 15:59:56.0 +0200
+++ new/clikit-0.4.0/pyproject.toml 2019-10-25 14:22:57.0 +0200
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "clikit"
-version = "0.3.2"
+version = "0.4.0"
 description = "CliKit is a group of utilities to build beautiful and testable 
command line 

commit python-clikit for openSUSE:Factory

2019-10-10 Thread root
Hello community,

here is the log from the commit of package python-clikit for openSUSE:Factory 
checked in at 2019-10-10 11:53:07

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


Package is "python-clikit"

Thu Oct 10 11:53:07 2019 rev:2 rq:736693 version:0.3.2

Changes:

--- /work/SRC/openSUSE:Factory/python-clikit/python-clikit.changes  
2019-09-27 14:48:11.132805778 +0200
+++ /work/SRC/openSUSE:Factory/.python-clikit.new.2352/python-clikit.changes
2019-10-10 11:53:12.403359222 +0200
@@ -1,0 +2,6 @@
+Wed Oct  9 14:10:12 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.3.2:
+  * Fixed handling of KeyboardInterrupt exceptions.
+
+---

Old:

  clikit-0.3.1.tar.gz

New:

  clikit-0.3.2.tar.gz



Other differences:
--
++ python-clikit.spec ++
--- /var/tmp/diff_new_pack.KSap4f/_old  2019-10-10 11:53:12.811358139 +0200
+++ /var/tmp/diff_new_pack.KSap4f/_new  2019-10-10 11:53:12.815358129 +0200
@@ -18,11 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-clikit
-Version:0.3.1
+Version:0.3.2
 Release:0
 Summary:Helper to build testable command line interfaces
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/sdispater/clikit
 Source: 
https://github.com/sdispater/clikit/archive/%{version}.tar.gz#/clikit-%{version}.tar.gz
 BuildRequires:  %{python_module pastel}

++ clikit-0.3.1.tar.gz -> clikit-0.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clikit-0.3.1/.appveyor.yml 
new/clikit-0.3.2/.appveyor.yml
--- old/clikit-0.3.1/.appveyor.yml  2019-06-24 23:31:36.0 +0200
+++ new/clikit-0.3.2/.appveyor.yml  1970-01-01 01:00:00.0 +0100
@@ -1,27 +0,0 @@
-build: false
-
-environment:
-  PYTHONIOENCODING: "UTF-8"
-
-  matrix:
-- PYTHON: "C:/Python27-x64"
-- PYTHON: "C:/Python35-x64"
-- PYTHON: "C:/Python36-x64"
-- PYTHON: "C:/Python37-x64"
-
-
-install:
-  - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
-
-  # Installing Poetry
-  - "curl -sSL 
https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | 
python"
-  - "SET PATH=%USERPROFILE%\\.poetry\\bin;%PATH%"
-
-  # Ensure latest pip in Poetry's virtualenv
-  - "poetry run python -m pip install -U pip"
-
-  # Install dependencies
-  - "poetry install -v"
-
-test_script:
-  - "poetry run pytest --cov=clikit tests/ -W ignore"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clikit-0.3.1/.github/workflows/push.yml 
new/clikit-0.3.2/.github/workflows/push.yml
--- old/clikit-0.3.1/.github/workflows/push.yml 1970-01-01 01:00:00.0 
+0100
+++ new/clikit-0.3.2/.github/workflows/push.yml 2019-09-20 15:59:56.0 
+0200
@@ -0,0 +1,97 @@
+name: Push
+
+on: [push, pull_request]
+
+jobs:
+  Linting:
+runs-on: ubuntu-latest
+
+steps:
+  - uses: actions/checkout@v1
+  - name: Set up Python 3.7
+uses: actions/setup-python@v1
+with:
+  python-version: 3.7
+  - name: Linting
+run: |
+  pip install pre-commit
+  pre-commit run --all-files
+  Linux:
+needs: Linting
+runs-on: ubuntu-latest
+strategy:
+  matrix:
+python-version: [2.7, 3.5, 3.6, 3.7]
+
+steps:
+- uses: actions/checkout@v1
+- name: Set up Python ${{ matrix.python-version }}
+  uses: actions/setup-python@v1
+  with:
+python-version: ${{ matrix.python-version }}
+- name: Install Poetry
+  run: |
+curl -fsS -o get-poetry.py 
https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
+python get-poetry.py --preview -y
+source $HOME/.poetry/env
+- name: Install dependencies
+  run: |
+source $HOME/.poetry/env
+poetry install
+- name: Test
+  run: |
+source $HOME/.poetry/env
+poetry run pytest -q tests
+  MacOS:
+needs: Linting
+runs-on: macos-latest
+strategy:
+  matrix:
+python-version: [2.7, 3.5, 3.6, 3.7]
+
+steps:
+- uses: actions/checkout@v1
+- name: Set up Python ${{ matrix.python-version }}
+  uses: actions/setup-python@v1
+  with:
+python-version: ${{ matrix.python-version }}
+- name: Install Poetry
+  run: |
+curl -fsS -o get-poetry.py 
https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
+python get-poetry.py --preview -y
+source $HOME/.poetry/env
+- name: Install dependencies
+  run: |
+