14
0
forked from pool/python-vistir

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 <https://github.com/sarugaku/vistir/issues/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 <https://github.com/sarugaku/vistir/issues/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
This commit is contained in:
John Vandenberg
2022-10-14 15:00:50 +00:00
committed by Git OBS Bridge
parent 191502f1d0
commit 05b087042e
4 changed files with 21 additions and 7 deletions

View File

@@ -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 <https://github.com/sarugaku/vistir/issues/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 <https://github.com/sarugaku/vistir/issues/130>`_
-------------------------------------------------------------------
Mon Feb 21 09:18:12 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>

View File

@@ -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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33104fbe7c0d6a4b0d66f8091944835b597d83f262302ffd55afca9cf10d0876
size 377912

3
vistir-0.7.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7797f2078600c62079c4b785d35557d8c031d2ad84a83fb21b67857ab0381564
size 366831