From 05b087042e8d6d62363c8ab4a123925c205718dd5939c347b13403478e73bccf Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 14 Oct 2022 15:00:50 +0000 Subject: [PATCH] Accepting request 1010941 from home:pgajdos:python - version update to 0.7.0 - Drop backports modules ``vistir.compat`` - Bug fix - Remove Python2 support - Fix bug where ``rmtree`` fails in non ``utf-8`` system. `#116 `_ - * Remove unsupported test runners for Python 2.7, 3.5 and 3.6 * Add test runner for Python 3.9 * remove reference to distutils * Update ``vistir`` Pipfile.lock after pinning ``pytest`` to prior working version * Remove ``pytype`` from the lock file as it was faiing to install * Remove ``coveralls`` from the CI * Remove Azure pipelines `#130 `_ OBS-URL: https://build.opensuse.org/request/show/1010941 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=31 --- python-vistir.changes | 16 ++++++++++++++++ python-vistir.spec | 6 ++---- vistir-0.5.2.tar.gz | 3 --- vistir-0.7.0.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 vistir-0.5.2.tar.gz create mode 100644 vistir-0.7.0.tar.gz diff --git a/python-vistir.changes b/python-vistir.changes index a7c957e..fab4905 100644 --- a/python-vistir.changes +++ b/python-vistir.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Oct 14 13:44:57 UTC 2022 - pgajdos@suse.com + +- version update to 0.7.0 + - Drop backports modules ``vistir.compat`` + - Bug fix + - Remove Python2 support + - Fix bug where ``rmtree`` fails in non ``utf-8`` system. `#116 `_ + - * Remove unsupported test runners for Python 2.7, 3.5 and 3.6 + * Add test runner for Python 3.9 + * remove reference to distutils + * Update ``vistir`` Pipfile.lock after pinning ``pytest`` to prior working version + * Remove ``pytype`` from the lock file as it was faiing to install + * Remove ``coveralls`` from the CI + * Remove Azure pipelines `#130 `_ + ------------------------------------------------------------------- Mon Feb 21 09:18:12 UTC 2022 - Andreas Schneider diff --git a/python-vistir.spec b/python-vistir.spec index f937da0..8f796ae 100644 --- a/python-vistir.spec +++ b/python-vistir.spec @@ -19,19 +19,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-vistir -Version: 0.5.2 +Version: 0.7.0 Release: 0 Summary: Utilities for filesystems, paths, projects, subprocesses, and more License: ISC Group: Development/Languages/Python URL: https://github.com/sarugaku/vistir -Source: https://github.com/sarugaku/vistir/archive/%{version}.tar.gz#/vistir-%{version}.tar.gz +Source: https://github.com/sarugaku/vistir/archive/refs/tags/v%{version}.tar.gz#/vistir-%{version}.tar.gz BuildRequires: %{python_module setuptools >= 40.8.0} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-colorama >= 0.3.4 Recommends: python-requests -Requires: python-six Recommends: python-yaspin BuildArch: noarch # SECTION test requirements @@ -40,7 +39,6 @@ BuildRequires: %{python_module hypothesis-fspaths} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} -BuildRequires: %{python_module six} BuildRequires: %{python_module yaspin} # /SECTION %python_subpackages diff --git a/vistir-0.5.2.tar.gz b/vistir-0.5.2.tar.gz deleted file mode 100644 index 64d2c2b..0000000 --- a/vistir-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33104fbe7c0d6a4b0d66f8091944835b597d83f262302ffd55afca9cf10d0876 -size 377912 diff --git a/vistir-0.7.0.tar.gz b/vistir-0.7.0.tar.gz new file mode 100644 index 0000000..4dfadd2 --- /dev/null +++ b/vistir-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7797f2078600c62079c4b785d35557d8c031d2ad84a83fb21b67857ab0381564 +size 366831