diff --git a/py-1.5.3.tar.gz b/py-1.5.3.tar.gz deleted file mode 100644 index f0c7d5e..0000000 --- a/py-1.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29c9fab495d7528e80ba1e343b958684f4ace687327e6f789a94bf3d1915f881 -size 202335 diff --git a/py-1.5.4.tar.gz b/py-1.5.4.tar.gz new file mode 100644 index 0000000..f8dd14c --- /dev/null +++ b/py-1.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd59af7435864e1a243790d322d763925431213b6b8529c6ca71081ace3bbf7 +size 201448 diff --git a/python-py-doc.changes b/python-py-doc.changes index af0fd5b..df48cbf 100644 --- a/python-py-doc.changes +++ b/python-py-doc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 2 12:39:13 UTC 2018 - mimi.vx@gmail.com + +- update to 1.5.4 + * don't make assumptions about fs case sensitivity in ``make_numbered_dir``. + ------------------------------------------------------------------- Thu May 31 04:37:00 UTC 2018 - toddrme2178@gmail.com diff --git a/python-py-doc.spec b/python-py-doc.spec index 72792f7..6c91631 100644 --- a/python-py-doc.spec +++ b/python-py-doc.spec @@ -18,16 +18,16 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-py-doc -Version: 1.5.3 +Version: 1.5.4 Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT Group: Development/Languages/Python Url: https://github.com/pytest-dev/py Source: https://files.pythonhosted.org/packages/source/p/py/py-%{version}.tar.gz -BuildRequires: %{python_module py} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-xdist} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module py} BuildRequires: python-rpm-macros # Documentation requirements: BuildRequires: dos2unix diff --git a/python-py.changes b/python-py.changes index a62b957..bb24a9d 100644 --- a/python-py.changes +++ b/python-py.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 2 12:39:13 UTC 2018 - mimi.vx@gmail.com + +- update to 1.5.4 + * don't make assumptions about fs case sensitivity in ``make_numbered_dir``. + ------------------------------------------------------------------- Thu May 31 04:37:00 UTC 2018 - toddrme2178@gmail.com diff --git a/python-py.spec b/python-py.spec index 24ffb19..b3b4196 100644 --- a/python-py.spec +++ b/python-py.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-py -Version: 1.5.3 +Version: 1.5.4 Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT @@ -26,6 +26,7 @@ Group: Development/Languages/Python Url: https://github.com/pytest-dev/py Source: https://files.pythonhosted.org/packages/source/p/py/py-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros