forked from pool/python-fastimport
- Update to 0.9.16
* Make original-oid parameter backwards compatible - from version 0.9.15 * Update for new description format. * Better assertions. * Exclude pypy3 on github actions on windows/mac * Add typing support. * Drop 3.5 support. * Install tests in sdist but not wheels * s/releaser/disperse/ * Update disperse.conf. * Ship py.typed. * add pyproject * install py.typed * Run mypy. * Add make typing target * Support Python >= 3.7, <= 3.11 * Use disperse action * Migrate to pyproject.toml * Set dependencies field. * Add readthedocs configuration * Fix pyproject.toml * Drop obsolete travis-ci badge * Fix readthedocs config * Fix flake8 * Add github metadata * Drop unused NEWS file * Drop python 3.7 support * Bump actions/checkout from 2 to 4 * Ruff format OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastimport?expand=0&rev=19
This commit is contained in:
119
python-fastimport.changes
Normal file
119
python-fastimport.changes
Normal file
@@ -0,0 +1,119 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 09:27:39 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.9.16
|
||||
* Make original-oid parameter backwards compatible
|
||||
- from version 0.9.15
|
||||
* Update for new description format.
|
||||
* Better assertions.
|
||||
* Exclude pypy3 on github actions on windows/mac
|
||||
* Add typing support.
|
||||
* Drop 3.5 support.
|
||||
* Install tests in sdist but not wheels
|
||||
* s/releaser/disperse/
|
||||
* Update disperse.conf.
|
||||
* Ship py.typed.
|
||||
* add pyproject
|
||||
* install py.typed
|
||||
* Run mypy.
|
||||
* Add make typing target
|
||||
* Support Python >= 3.7, <= 3.11
|
||||
* Use disperse action
|
||||
* Migrate to pyproject.toml
|
||||
* Set dependencies field.
|
||||
* Add readthedocs configuration
|
||||
* Fix pyproject.toml
|
||||
* Drop obsolete travis-ci badge
|
||||
* Fix readthedocs config
|
||||
* Fix flake8
|
||||
* Add github metadata
|
||||
* Drop unused NEWS file
|
||||
* Drop python 3.7 support
|
||||
* Bump actions/checkout from 2 to 4
|
||||
* Ruff format
|
||||
* Bump actions/setup-python from 4 to 5
|
||||
* Use ruff rather than flake8
|
||||
* Fix disperse.conf
|
||||
* Bump python to 3.13
|
||||
* Migrate to disperse.toml
|
||||
* Use disperse action
|
||||
* Bumping python versions in GitHub workflows and pyproject.toml
|
||||
* Add code of conduct
|
||||
* Fix spelling errors
|
||||
* Bump actions/checkout from 2 to 4
|
||||
* Bump jelmer/action-disperse-validate from 1 to 2
|
||||
* Bump actions/checkout from 4 to 5
|
||||
* Bump actions/setup-python from 5 to 6
|
||||
* Fix format
|
||||
* Add typing
|
||||
* Partial implementation of #12
|
||||
* Add tests for original-oid support
|
||||
* Extend README.md
|
||||
* Include README in project description
|
||||
* Automatically publish wheels
|
||||
- Drop NEWS file from %doc section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 9 13:57:36 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to libalternatives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 11:29:09 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to pip-based build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:24:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add sle15_python_module_pythons (jsc#PED-68)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 15 16:07:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.9.14:
|
||||
* Declare python 3.5 requirement in setup.py.
|
||||
* Drop various other python2 helpers, test on newer versions of Python.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 06:34:12 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
- %python3_only -> %python_alternative
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 23 09:48:00 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Switch to singlespec
|
||||
- Version update to 0.9.8:
|
||||
* Support py3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 08:59:16 UTC 2015 - benoit.monin@gmx.fr
|
||||
|
||||
- update to version 0.9.4:
|
||||
* Get handlers from class object using getattr() for possible
|
||||
inheritance (Cécile Tonglet)
|
||||
* Fix 'check-pypy' by removing use of nonexistant target.
|
||||
(masklinn)
|
||||
* Use namedtuple for authorship tuple in
|
||||
Commit.{author,committer}.(masklinn)
|
||||
- additional changes from version 0.9.3:
|
||||
* Remove unused and untested helper single_plural, invert_dict,
|
||||
invert_dictset, defines_to_dict and binary_stream.
|
||||
(Jelmer Vernooij)
|
||||
* Install NEWS and README files.
|
||||
- point the source URL to pypi
|
||||
- pass -n to setup macro: source archive is now named fastimport
|
||||
- remove documentation: not provided anymore by upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 2 07:37:20 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- Only SLE-11 needs %pyrequires and there it is not noarch
|
||||
- Explicit dependency on Python >= 2.4 isn't needed, %py_requires does that
|
||||
for SLE-11 (>2.6) and a more recent RPM does it automatically
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 11:26:03 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Initial package (0.9.2) for build.opensuse.org
|
||||
Reference in New Issue
Block a user