forked from pool/python-diff-match-patch
* Replaced deprecated `imp` usage with `importlib` (#7) * Migrated to PEP 621 metadata, flit * Reformated with updated black/µsort/µfmt * Tested on Python 3.7 - 3.11 * Dropped support for Python 2.7, 3.5, and 3.6 - Switch to pyproject, autosetup and pyunittest macros. - Stop using greedy globs in %files. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diff-match-patch?expand=0&rev=7
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Dec 20 02:07:58 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 20230430:
|
|
* Replaced deprecated `imp` usage with `importlib` (#7)
|
|
* Migrated to PEP 621 metadata, flit
|
|
* Reformated with updated black/µsort/µfmt
|
|
* Tested on Python 3.7 - 3.11
|
|
* Dropped support for Python 2.7, 3.5, and 3.6
|
|
- Switch to pyproject, autosetup and pyunittest macros.
|
|
- Stop using greedy globs in %files.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 19 17:37:55 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
|
|
|
|
- Update to version 20200713
|
|
* Pulls in upstream change to use raw strings for regex
|
|
* Updates to how the package builds, tests, and runs lint
|
|
* Uses PEP 517/518 metadata for build requirements/backend
|
|
* Formatting improvements, including use of isort
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 28 13:15:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Provide/obsolete diff_match_patch package name as it is not
|
|
matching up the pypi name
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 28 08:47:06 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Format with spec-cleaner
|
|
- Remove devel dependency
|
|
- Run the tests without setuptools
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 25 14:05:38 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- initial package for version 20181111.
|
|
- add make-tests-runable.patch to be able to run the tests
|