From 3ede4b917204f161a1b3199b2afd9d33fcaa98f6a77eff9db4d4eddc6ae87553 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Oct 2022 07:26:33 +0000 Subject: [PATCH] Accepting request 1009149 from home:bnavigator:branches:devel:languages:python - Update to 1.0.0a5 * no release notes * pre-release version required by poetry 1.2 gh#python-poetry/poetry#3618 OBS-URL: https://build.opensuse.org/request/show/1009149 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cleo?expand=0&rev=15 --- cleo-1.0.0a5.tar.gz | 3 +++ python-cleo-0.8.1.tar.gz | 3 --- python-cleo.changes | 8 ++++++++ python-cleo.spec | 22 +++++++++------------- 4 files changed, 20 insertions(+), 16 deletions(-) create mode 100644 cleo-1.0.0a5.tar.gz delete mode 100644 python-cleo-0.8.1.tar.gz diff --git a/cleo-1.0.0a5.tar.gz b/cleo-1.0.0a5.tar.gz new file mode 100644 index 0000000..847f59f --- /dev/null +++ b/cleo-1.0.0a5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75424b2c3f71dec06342290b255d725a4c02f83f3baa98b0a805162f09515da +size 144117 diff --git a/python-cleo-0.8.1.tar.gz b/python-cleo-0.8.1.tar.gz deleted file mode 100644 index 72d794c..0000000 --- a/python-cleo-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ff6fe33d9e440dba4d9b0947e65ebebf95671d18d89b67bed1e1a09d2266bc1 -size 96220 diff --git a/python-cleo.changes b/python-cleo.changes index 50bd5ca..5c42b74 100644 --- a/python-cleo.changes +++ b/python-cleo.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Oct 9 13:05:27 UTC 2022 - Ben Greiner + +- Update to 1.0.0a5 + * no release notes + * pre-release version required by poetry 1.2 + gh#python-poetry/poetry#3618 + ------------------------------------------------------------------- Thu Feb 24 07:47:59 UTC 2022 - Andreas Schneider diff --git a/python-cleo.spec b/python-cleo.spec index 55b7035..56cf295 100644 --- a/python-cleo.spec +++ b/python-cleo.spec @@ -16,30 +16,26 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 +%define pyversion 1.0.0a5 Name: python-cleo -Version: 0.8.1 +Version: 1.0.0~a5 Release: 0 Summary: Python module for creating testable command-line interfaces License: MIT Group: Development/Languages/Python URL: https://github.com/sdispater/cleo -Source: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: %{python_module clikit >= 0.6.0} -BuildRequires: %{python_module pastel >= 0.2.0} +Source: https://github.com/sdispater/cleo/archive/%{pyversion}.tar.gz#/cleo-%{pyversion}.tar.gz +BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module crashtest >= 0.3.1} 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 typing} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-clikit >= 0.6.0 -Requires: python-pastel >= 0.2.0 +Requires: python-crashtest >= 0.3.1 Requires: python-pylev >= 1.3 -Requires: python-typing BuildArch: noarch %python_subpackages @@ -47,7 +43,7 @@ BuildArch: noarch Cleo allows creating testable command-line interfaces. %prep -%setup -q -n cleo-%{version} +%setup -q -n cleo-%{pyversion} %build %pyproject_wheel @@ -60,9 +56,9 @@ Cleo allows creating testable command-line interfaces. %pytest %files %{python_files} -%doc README.rst +%doc README.md %license LICENSE %{python_sitelib}/cleo -%{python_sitelib}/cleo-%{version}*info +%{python_sitelib}/cleo-%{pyversion}*info %changelog