- 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
This commit is contained in:
2024-01-07 20:27:24 +00:00
committed by Git OBS Bridge
parent 6db585c6f0
commit 742944732d
4 changed files with 48 additions and 11 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Sun Jan 7 20:25:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <mcepl@suse.com>