14 Commits

Author SHA256 Message Date
98084f299d Accepting request 1137439 from devel:languages:python
- 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/request/show/1137439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ptr?expand=0&rev=5
2024-01-07 20:42:45 +00:00
742944732d - 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
2024-01-07 20:27:24 +00:00
690c7d57bb Accepting request 856324 from devel:languages:python
- Make tests working again.

OBS-URL: https://build.opensuse.org/request/show/856324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ptr?expand=0&rev=4
2020-12-17 16:04:15 +00:00
6db585c6f0 - Make tests working again.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptr?expand=0&rev=11
2020-12-16 09:40:53 +00:00
1147e89558 Remove superfluous BuildRequires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptr?expand=0&rev=10
2020-12-16 00:27:04 +00:00
c9b3eb0950 Use pyunittest
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptr?expand=0&rev=9
2020-12-16 00:25:11 +00:00
d87071ea15 Accepting request 807042 from devel:languages:python
- Don't use %python3_only command, but properly use alternatives.

OBS-URL: https://build.opensuse.org/request/show/807042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ptr?expand=0&rev=3
2020-05-19 12:49:17 +00:00
512854753f Fix SPEC
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptr?expand=0&rev=7
2020-05-18 20:18:58 +00:00
9abd1d0df2 - Don't use %python3_only command, but properly use alternatives.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptr?expand=0&rev=6
2020-05-18 20:14:38 +00:00
7138dd3fdf Accepting request 786121 from devel:languages:python
- Update to 20.2.26:
  - Add support for passing `--system-site-packages` during venv creation - PR: #80
  - Add ability to create partial `.ptrconfig` files - PR: #83
  - Use native recursive file search for black and flake8 - PR: #81
  - Fix documentation for some new arguments - Thanks @omikader
  - Windows now defaults to updating pip + setuptools
  - Rely on setting current working directory with subprocess and remove coverage file environment setting
  - f-string everything via [flynt](https://pypi.org/project/flynt/) now we're >= 3.6
  - Enable pyre for Python 3.8 now it's fully supported

OBS-URL: https://build.opensuse.org/request/show/786121
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ptr?expand=0&rev=2
2020-03-18 11:46:15 +00:00
Tomáš Chvátal
5cd7e03894 - Update to 20.2.26:
- Add support for passing `--system-site-packages` during venv creation - PR: #80
  - Add ability to create partial `.ptrconfig` files - PR: #83
  - Use native recursive file search for black and flake8 - PR: #81
  - Fix documentation for some new arguments - Thanks @omikader
  - Windows now defaults to updating pip + setuptools
  - Rely on setting current working directory with subprocess and remove coverage file environment setting
  - f-string everything via [flynt](https://pypi.org/project/flynt/) now we're >= 3.6
  - Enable pyre for Python 3.8 now it's fully supported

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptr?expand=0&rev=4
2020-03-18 09:26:38 +00:00
e63882e5b5 Accepting request 760355 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/760355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ptr?expand=0&rev=1
2020-01-02 13:42:26 +00:00
Tomáš Chvátal
7b279f35e7 - Conflict with pytest-runner as we provide same file on the disk
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptr?expand=0&rev=2
2020-01-02 07:38:18 +00:00
Tomáš Chvátal
cae31ef290 Accepting request 755184 from home:jayvdb:coala:test-rig
test runner

OBS-URL: https://build.opensuse.org/request/show/755184
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ptr?expand=0&rev=1
2019-12-09 10:40:34 +00:00