Accepting request 638877 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/638877 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testpath?expand=0&rev=5
This commit is contained in:
parent
c30a68c62d
commit
6a5e2543c5
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 28 02:33:42 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.4.1:
|
||||||
|
* Don't error if we can't clean up command directory
|
||||||
|
* Comment test requirement; bug in flit prevents upload with it
|
||||||
|
- Update to version 0.4.0:
|
||||||
|
* Convert dev-requires to 'test' extra requirements
|
||||||
|
* Add doc URL
|
||||||
|
* Convert flit.ini to pyproject.toml
|
||||||
|
* Fix bitness selection for Windows exe
|
||||||
|
* Group related operations together
|
||||||
|
* Ignore pytest cache dir
|
||||||
|
* Separate command dir for each MockCommand
|
||||||
|
* Remove python_requires
|
||||||
|
* Remove x.y classifiers
|
||||||
|
* Add support for Python 3.5-3.6
|
||||||
|
* Drop support for EOL Python 3.3
|
||||||
|
* correct spelling mistake
|
||||||
|
* Document new assertion functions
|
||||||
|
* Add support for named pipes and sockets
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 18 17:16:06 UTC 2018 - toddrme2178@gmail.com
|
Thu Jan 18 17:16:06 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-testpath
|
Name: python-testpath
|
||||||
Version: 0.3.1
|
Version: 0.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test utilities for code working with files and commands
|
Summary: Test utilities for code working with files and commands
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/jupyter/testpath
|
Url: https://github.com/jupyter/testpath
|
||||||
Source0: https://files.pythonhosted.org/packages/source/t/testpath/testpath-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/t/testpath/testpath-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module base}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -49,8 +49,8 @@ for mocking system commands and recording calls to those.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%doc README.rst
|
||||||
%doc README.rst LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/testpath/
|
%{python_sitelib}/testpath/
|
||||||
%{python_sitelib}/testpath-%{version}-py*.egg-info
|
%{python_sitelib}/testpath-%{version}-py*.egg-info
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d5337839c788da5900df70f8e01015aec141aa3fe7936cb0d0a2953f7ac7609
|
|
||||||
size 91663
|
|
3
testpath-0.4.1.tar.gz
Normal file
3
testpath-0.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e4824c689b97e3cfc76b440add3d20a4bb28a671079787a3d07a6bc3ba3d1eca
|
||||||
|
size 92704
|
Loading…
Reference in New Issue
Block a user