diff --git a/python-pyfakefs-3.5.8.tar.gz b/python-pyfakefs-3.5.8.tar.gz deleted file mode 100644 index 07415e6..0000000 --- a/python-pyfakefs-3.5.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:733d89f79b642ca4cb535ef5d64fb69a3ad2edbe27445553545e4c3fc227d285 -size 171519 diff --git a/python-pyfakefs-3.6.1.tar.gz b/python-pyfakefs-3.6.1.tar.gz new file mode 100644 index 0000000..ba972cb --- /dev/null +++ b/python-pyfakefs-3.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c603bed878d5428c4e7719094387b6f3b6beadeaee4b1c1eed1b9bcac2de3c +size 176272 diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index 7af5379..3ec015e 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Oct 7 18:01:45 UTC 2019 - Tomáš Chvátal + +- Update 3.6.1: + * fix borked tests from 3.6 + +------------------------------------------------------------------- +Mon Oct 7 08:49:15 UTC 2019 - Tomáš Chvátal + +- Update to 3.6: + * fixed incorrect argument names for some os functions + * fake DirEntry now implements os.PathLike in Python >= 3.6 (see #483) + * fixed incorrect argument name for os.makedirs (see #481) + * avoid pytest warning under Python 2.7 (see #466) + * add next to FakeFileWrapper (see #485) + ------------------------------------------------------------------- Fri Mar 22 14:28:34 UTC 2019 - Tomáš Chvátal diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 5a864de..a7cf574 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyfakefs -Version: 3.5.8 +Version: 3.6.1 Release: 0 Summary: Fake file system that mocks the Python file system modules License: Apache-2.0 Group: Development/Languages/Python -URL: http://pyfakefs.org +URL: https://github.com/jmcgeheeiv/pyfakefs Source: https://github.com/jmcgeheeiv/pyfakefs/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %{python_module pathlib2 >= 2.3.2} BuildRequires: %{python_module pytest >= 2.8.6}