diff --git a/python-testpath.changes b/python-testpath.changes index 0fed7bc..b5996e3 100644 --- a/python-testpath.changes +++ b/python-testpath.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Sep 28 02:33:42 UTC 2018 - Todd R + +- 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 diff --git a/python-testpath.spec b/python-testpath.spec index 83560a4..8df2882 100644 --- a/python-testpath.spec +++ b/python-testpath.spec @@ -18,14 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-testpath -Version: 0.3.1 +Version: 0.4.1 Release: 0 Summary: Test utilities for code working with files and commands License: MIT Group: Development/Languages/Python Url: https://github.com/jupyter/testpath Source0: https://files.pythonhosted.org/packages/source/t/testpath/testpath-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module base} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -49,8 +49,8 @@ for mocking system commands and recording calls to those. %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) -%doc README.rst LICENSE +%doc README.rst +%license LICENSE %{python_sitelib}/testpath/ %{python_sitelib}/testpath-%{version}-py*.egg-info diff --git a/testpath-0.3.1.tar.gz b/testpath-0.3.1.tar.gz deleted file mode 100644 index 0976586..0000000 --- a/testpath-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d5337839c788da5900df70f8e01015aec141aa3fe7936cb0d0a2953f7ac7609 -size 91663 diff --git a/testpath-0.4.1.tar.gz b/testpath-0.4.1.tar.gz new file mode 100644 index 0000000..47949ab --- /dev/null +++ b/testpath-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4824c689b97e3cfc76b440add3d20a4bb28a671079787a3d07a6bc3ba3d1eca +size 92704