From 742944732dc2f75fe501ac5052e44d53294d146bcc5b558e5e4351e49cc822ff Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 Jan 2024 20:27:24 +0000 Subject: [PATCH] - update to 22.7.12: * 3.11 Supported - added metadata + made 3.11 CI pass * Add `pyproject.toml` user config support * Add basic Hypothesis fuzz testing * Learnt during US PyCon 2022 * Add `pyproject.toml` basic PEP517 building support * This *(again)* will be the last 3.7 supported version * I forgot to remove + CI still passes so will leave for now :) * This will be the last 3.7 supported version * Why? Want a less buggy `asyncio.run` for starting asyncio * Reactivate `pylint` in CI * f-string all ptr strings * Drop python 3.6 CI + support * We're Meta now - Update copyrights due to comapny change name * 3.11 CI is failing due to depedencies. Will watch and fix asap. * Add Official Support and CI for Python 3.10 * This will be the last release *(if no bugs present themselves)* for 3.6 * Also start ci_latest running 3.11 * Add usort to the family of CI options * Support floats for coverage comparisions in `required_coverage` - PR #108 * Change `--print-cov` to work when `required_coverage` does not exist in ptr config - PR #109 * Move tests out of install but include in sdist - PR #99 - Thanks @jayvdb * Test with 3.10 alphas via deadsnakes - PR #110 * Misc f-string + lint/typing fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptr?expand=0&rev=13 --- ptr-20.2.26.tar.gz | 3 --- ptr-22.7.12.tar.gz | 3 +++ python-ptr.changes | 33 +++++++++++++++++++++++++++++++++ python-ptr.spec | 20 ++++++++++++-------- 4 files changed, 48 insertions(+), 11 deletions(-) delete mode 100644 ptr-20.2.26.tar.gz create mode 100644 ptr-22.7.12.tar.gz diff --git a/ptr-20.2.26.tar.gz b/ptr-20.2.26.tar.gz deleted file mode 100644 index 5519d2e..0000000 --- a/ptr-20.2.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee3e5888e74c29b5ce2abb77fd281173d9d11a31aa5adc069dc9d3f1716d1ddc -size 32049 diff --git a/ptr-22.7.12.tar.gz b/ptr-22.7.12.tar.gz new file mode 100644 index 0000000..fde85b1 --- /dev/null +++ b/ptr-22.7.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68889d0443320b50082871cb56ee5fc8a601fe0dd9aadfc21fbff5f6f9bb8291 +size 33560 diff --git a/python-ptr.changes b/python-ptr.changes index 277895f..0f0ef10 100644 --- a/python-ptr.changes +++ b/python-ptr.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Sun Jan 7 20:25:56 UTC 2024 - Dirk Müller + +- update to 22.7.12: + * 3.11 Supported - added metadata + made 3.11 CI pass + * Add `pyproject.toml` user config support + * Add basic Hypothesis fuzz testing + * Learnt during US PyCon 2022 + * Add `pyproject.toml` basic PEP517 building support + * This *(again)* will be the last 3.7 supported version + * I forgot to remove + CI still passes so will leave for now :) + * This will be the last 3.7 supported version + * Why? Want a less buggy `asyncio.run` for starting asyncio + * Reactivate `pylint` in CI + * f-string all ptr strings + * Drop python 3.6 CI + support + * We're Meta now - Update copyrights due to comapny change name + * 3.11 CI is failing due to depedencies. Will watch and fix + asap. + * Add Official Support and CI for Python 3.10 + * This will be the last release *(if no bugs present + themselves)* for 3.6 + * Also start ci_latest running 3.11 + * Add usort to the family of CI options + * Support floats for coverage comparisions in + `required_coverage` - PR #108 + * Change `--print-cov` to work when `required_coverage` does + not exist in ptr config - PR #109 + * Move tests out of install but include in sdist - PR #99 - + Thanks @jayvdb + * Test with 3.10 alphas via deadsnakes - PR #110 + * Misc f-string + lint/typing fixes + ------------------------------------------------------------------- Wed Dec 16 09:39:44 UTC 2020 - Matej Cepl diff --git a/python-ptr.spec b/python-ptr.spec index f74f09b..20faf88 100644 --- a/python-ptr.spec +++ b/python-ptr.spec @@ -1,7 +1,7 @@ # # spec file for package python-ptr # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,22 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-ptr -Version: 20.2.26 +Version: 22.7.12 Release: 0 Summary: Parallel asyncio Python setup(cfg|py) test runner License: MIT URL: https://github.com/facebookincubator/ptr Source: https://files.pythonhosted.org/packages/source/p/ptr/ptr-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module tomli} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives # Conflicts on site-packages/ptr.py Conflicts: python-pytest-runner BuildArch: noarch @@ -44,10 +46,10 @@ sed -i 's/test_config/_test_config/' ptr_tests.py sed -i '1{/^#!/d}' *.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/ptr %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -63,6 +65,8 @@ sed -i '1{/^#!/d}' *.py %files %{python_files} %doc CHANGES.md README.md %python_alternative %{_bindir}/ptr -%{python_sitelib}/* +%{python_sitelib}/ptr.py +%pycache_only %{python_sitelib}/__pycache__/ptr.* +%{python_sitelib}/ptr-%{version}.dist-info %changelog