commit python-cleo for openSUSE:Factory

2020-11-02 Thread root
Hello community,

here is the log from the commit of package python-cleo for openSUSE:Factory 
checked in at 2020-11-02 09:39:08

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


Package is "python-cleo"

Mon Nov  2 09:39:08 2020 rev:5 rq:844830 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-cleo/python-cleo.changes  2020-03-31 
17:17:46.355723898 +0200
+++ /work/SRC/openSUSE:Factory/.python-cleo.new.3463/python-cleo.changes
2020-11-02 09:39:26.93347 +0100
@@ -1,0 +2,7 @@
+Mon Oct 26 21:42:52 UTC 2020 - Benjamin Greiner 
+
+- Update to 0.8.1
+  * Upgraded clikit to version ^0.6.0
+- Kill dephell dependency
+
+---

Old:

  0.8.0.tar.gz

New:

  python-cleo-0.8.1.tar.gz



Other differences:
--
++ python-cleo.spec ++
--- /var/tmp/diff_new_pack.49ry13/_old  2020-11-02 09:39:27.465556057 +0100
+++ /var/tmp/diff_new_pack.49ry13/_new  2020-11-02 09:39:27.469556061 +0100
@@ -18,26 +18,25 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-cleo
-Version:0.8.0
+Version:0.8.1
 Release:0
 Summary:Python module for creating testable command-line interfaces
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/sdispater/cleo
-Source: https://github.com/sdispater/cleo/archive/%{version}.tar.gz
-BuildRequires:  %{python_module clikit >= 0.4.0}
-BuildRequires:  %{python_module pastel >= 0.1.0}
+Source: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  %{python_module clikit >= 0.6.0}
+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-mock}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module typing}
 BuildRequires:  fdupes
-BuildRequires:  python-dephell-rpm-macros
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-dephell
-Requires:   python-clikit >= 0.4.0
-Requires:   python-pastel >= 0.1.0
+Requires:   python-clikit >= 0.6.0
+Requires:   python-pastel >= 0.2.0
 Requires:   python-pylev >= 1.3
 Requires:   python-typing
 BuildArch:  noarch
@@ -48,13 +47,12 @@
 
 %prep
 %setup -q -n cleo-%{version}
-%dephell_gensetup
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -63,6 +61,7 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/cleo
+%{python_sitelib}/cleo-%{version}*info
 
 %changelog




commit python-cleo for openSUSE:Factory

2020-03-31 Thread root
Hello community,

here is the log from the commit of package python-cleo for openSUSE:Factory 
checked in at 2020-03-31 17:17:43

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


Package is "python-cleo"

Tue Mar 31 17:17:43 2020 rev:4 rq:790138 version:0.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-cleo/python-cleo.changes  2020-03-26 
23:32:01.866748109 +0100
+++ /work/SRC/openSUSE:Factory/.python-cleo.new.3160/python-cleo.changes
2020-03-31 17:17:46.355723898 +0200
@@ -1,0 +2,6 @@
+Tue Mar 31 11:45:54 UTC 2020 - Marketa Calabkova 
+
+- update to 0.8.0
+  * Errors are now rendered in a nicer way for Python 3.6+.
+
+---

Old:

  0.7.6.tar.gz

New:

  0.8.0.tar.gz



Other differences:
--
++ python-cleo.spec ++
--- /var/tmp/diff_new_pack.8GKx8o/_old  2020-03-31 17:17:47.059724345 +0200
+++ /var/tmp/diff_new_pack.8GKx8o/_new  2020-03-31 17:17:47.067724350 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-cleo
-Version:0.7.6
+Version:0.8.0
 Release:0
 Summary:Python module for creating testable command-line interfaces
 License:MIT

++ 0.7.6.tar.gz -> 0.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cleo-0.7.6/.appveyor.yml new/cleo-0.8.0/.appveyor.yml
--- old/cleo-0.7.6/.appveyor.yml2019-10-25 14:52:21.0 +0200
+++ new/cleo-0.8.0/.appveyor.yml1970-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 cleo tests/"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cleo-0.7.6/.github/workflows/release.yml 
new/cleo-0.8.0/.github/workflows/release.yml
--- old/cleo-0.7.6/.github/workflows/release.yml1970-01-01 
01:00:00.0 +0100
+++ new/cleo-0.8.0/.github/workflows/release.yml2020-03-26 
23:10:48.0 +0100
@@ -0,0 +1,130 @@
+name: Release
+
+on:
+  push:
+tags:
+  - '*.*.*'
+
+jobs:
+
+  Linux:
+runs-on: ubuntu-latest
+
+steps:
+- uses: actions/checkout@v2
+- name: Get tag
+  id: tag
+  run: |
+echo ::set-output name=tag::${GITHUB_REF#refs/tags/}
+- name: Set up Python ${{ matrix.python-version }}
+  uses: actions/setup-python@v1
+  with:
+python-version: 3.8
+- name: Install and set up Poetry
+  run: |
+curl -fsS -o get-poetry.py 
https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
+python get-poetry.py --preview -y
+- name: Build distributions
+  run: |
+source $HOME/.poetry/env
+poetry build -vvv
+- name: Upload distribution artifacts
+  uses: actions/upload-artifact@v1
+  with:
+name: project-dist
+path: dist
+
+  MacOS:
+runs-on: macos-latest
+
+steps:
+- uses: actions/checkout@v2
+- name: Get tag
+  id: tag
+  run: |
+echo ::set-output name=tag::${GITHUB_REF#refs/tags/}
+- name: Set up Python ${{ matrix.python-version }}
+  uses: actions/setup-python@v1
+  with:
+python-version: 3.8
+- name: Install and set up Poetry
+  run: |
+curl -fsS -o get-poetry.py 
https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
+python get-poetry.py --preview -y
+- name: Build distributions
+  run: |
+source $HOME/.poetry/env
+poetry build -vvv
+- name: Upload distribution artifacts
+  uses: actions/upload-artifact@v1
+  with:
+name: project-dist
+path: dist
+
+  Windows:
+runs-on: windows-latest
+
+steps:
+- uses: actions/checkout@v2
+- name: Get tag
+  id: tag
+  shell: bash
+  run: |
+echo ::set-output name=tag::${GITHUB_REF#refs/tags/}
+- name: Set up Python ${{ matrix.python-version }}
+  uses: actions/setup-python@v1
+  with:
+python-version: 3.8
+- name: Install and setup P

commit python-cleo for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-cleo for openSUSE:Factory 
checked in at 2020-03-26 23:31:50

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


Package is "python-cleo"

Thu Mar 26 23:31:50 2020 rev:3 rq:787723 version:0.7.6

Changes:

--- /work/SRC/openSUSE:Factory/python-cleo/python-cleo.changes  2019-09-30 
15:58:22.989378824 +0200
+++ /work/SRC/openSUSE:Factory/.python-cleo.new.3160/python-cleo.changes
2020-03-26 23:32:01.866748109 +0100
@@ -1,0 +2,11 @@
+Tue Mar 24 10:19:03 UTC 2020 - pgaj...@suse.com
+
+- version update to 0.7.6
+  * Upgraded `clikit` to fix issues in option parsing.
+
+---
+Mon Mar 23 18:13:43 UTC 2020 - Matej Cepl 
+
+- Add macro %dephell_genspec to generate setup.py
+
+---

Old:

  0.7.5.tar.gz

New:

  0.7.6.tar.gz



Other differences:
--
++ python-cleo.spec ++
--- /var/tmp/diff_new_pack.LZSKN4/_old  2020-03-26 23:32:03.154748575 +0100
+++ /var/tmp/diff_new_pack.LZSKN4/_new  2020-03-26 23:32:03.166748579 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cleo
 #
-# 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
@@ -18,14 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-cleo
-Version:0.7.5
+Version:0.7.6
 Release:0
 Summary:Python module for creating testable command-line interfaces
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/sdispater/cleo
 Source: https://github.com/sdispater/cleo/archive/%{version}.tar.gz
-BuildRequires:  %{python_module clikit >= 0.2.4}
+BuildRequires:  %{python_module clikit >= 0.4.0}
 BuildRequires:  %{python_module pastel >= 0.1.0}
 BuildRequires:  %{python_module pylev >= 1.3}
 BuildRequires:  %{python_module pytest-mock}
@@ -33,9 +33,10 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module typing}
 BuildRequires:  fdupes
+BuildRequires:  python-dephell-rpm-macros
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-dephell
-Requires:   python-clikit >= 0.2.4
+Requires:   python-clikit >= 0.4.0
 Requires:   python-pastel >= 0.1.0
 Requires:   python-pylev >= 1.3
 Requires:   python-typing
@@ -47,7 +48,7 @@
 
 %prep
 %setup -q -n cleo-%{version}
-dephell deps convert --from pyproject.toml --to setup.py
+%dephell_gensetup
 
 %build
 %python_build

++ 0.7.5.tar.gz -> 0.7.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cleo-0.7.5/CHANGELOG.md new/cleo-0.7.6/CHANGELOG.md
--- old/cleo-0.7.5/CHANGELOG.md 2019-06-28 18:41:19.0 +0200
+++ new/cleo-0.7.6/CHANGELOG.md 2019-10-25 14:52:21.0 +0200
@@ -1,5 +1,12 @@
 # Change Log
 
+## [0.7.6] - 2019-10-25
+
+### Fixed
+
+- Upgraded `clikit` to fix issues in option parsing.
+
+
 ## [0.7.5] - 2019-06-28
 
 ### Fixed
@@ -205,7 +212,8 @@
 
 
 
-[Unreleased]: https://github.com/sdispater/cleo/compare/0.7.5...master
+[Unreleased]: https://github.com/sdispater/cleo/compare/0.7.6...master
+[0.7.6]: https://github.com/sdispater/cleo/releases/tag/0.7.6
 [0.7.5]: https://github.com/sdispater/cleo/releases/tag/0.7.5
 [0.7.4]: https://github.com/sdispater/cleo/releases/tag/0.7.4
 [0.7.3]: https://github.com/sdispater/cleo/releases/tag/0.7.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cleo-0.7.5/cleo/__init__.py 
new/cleo-0.7.6/cleo/__init__.py
--- old/cleo-0.7.5/cleo/__init__.py 2019-06-28 18:41:19.0 +0200
+++ new/cleo-0.7.6/cleo/__init__.py 2019-10-25 14:52:21.0 +0200
@@ -6,4 +6,4 @@
 from .testers import ApplicationTester, CommandTester
 
 
-__version__ = "0.7.5"
+__version__ = "0.7.6"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cleo-0.7.5/pyproject.toml 
new/cleo-0.7.6/pyproject.toml
--- old/cleo-0.7.5/pyproject.toml   2019-06-28 18:41:19.0 +0200
+++ new/cleo-0.7.6/pyproject.toml   2019-10-25 14:52:21.0 +0200
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "cleo"
-version = "0.7.5"
+version = "0.7.6"
 description = "Cleo allows you to create beautiful and testable command-line 
interfaces."
 authors = [
 "Sébastien Eustace "
@@ -16,7 +16,7 @@
 # Requirements
 [tool.poetry.dependencies]
 python = "~2.7 || ^3.4"
-cliki

commit python-cleo for openSUSE:Factory

2019-09-30 Thread root
Hello community,

here is the log from the commit of package python-cleo for openSUSE:Factory 
checked in at 2019-09-30 15:58:22

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


Package is "python-cleo"

Mon Sep 30 15:58:22 2019 rev:2 rq:733680 version:0.7.5

Changes:

--- /work/SRC/openSUSE:Factory/python-cleo/python-cleo.changes  2019-09-27 
14:48:21.736778205 +0200
+++ /work/SRC/openSUSE:Factory/.python-cleo.new.2352/python-cleo.changes
2019-09-30 15:58:22.989378824 +0200
@@ -1,0 +2,6 @@
+Tue Sep 17 11:15:12 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in summary. Trim filler wording from
+  descriptions.
+
+---



Other differences:
--
++ python-cleo.spec ++
--- /var/tmp/diff_new_pack.o6NkrV/_old  2019-09-30 15:58:23.485377503 +0200
+++ /var/tmp/diff_new_pack.o6NkrV/_new  2019-09-30 15:58:23.485377503 +0200
@@ -20,7 +20,7 @@
 Name:   python-cleo
 Version:0.7.5
 Release:0
-Summary:Cleo allows you to create beautiful and testable command-line 
interfaces
+Summary:Python module for creating testable command-line interfaces
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/sdispater/cleo
@@ -43,7 +43,7 @@
 %python_subpackages
 
 %description
-Cleo allows you to create beautiful and testable command-line interfaces.
+Cleo allows creating testable command-line interfaces.
 
 %prep
 %setup -q -n cleo-%{version}