20 Commits

Author SHA256 Message Date
869111d7b4 Accepting request 1264855 from devel:languages:python
- Normalize metadata directory name.

Requires python-setuptools 78 to build successfully.

OBS-URL: https://build.opensuse.org/request/show/1264855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Yapsy?expand=0&rev=8
2025-04-16 18:38:45 +00:00
5116521d18 - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Yapsy?expand=0&rev=18
2025-03-26 01:42:54 +00:00
4903e294c0 Accepting request 1160626 from devel:languages:python
- Clean up the SPEC file
- Fix build on Python 3.12 with replace-deprecated-apis.patch

OBS-URL: https://build.opensuse.org/request/show/1160626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Yapsy?expand=0&rev=7
2024-03-22 14:22:18 +00:00
e241e37fe9 - Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Yapsy?expand=0&rev=16
2024-03-22 10:43:35 +00:00
aad8854f65 Accepting request 1160052 from home:mcalabkova:branches:devel:languages:python
- Fix build on Python 3.12 with replace-deprecated-apis.patch

OBS-URL: https://build.opensuse.org/request/show/1160052
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Yapsy?expand=0&rev=15
2024-03-22 10:40:10 +00:00
29f67b535c Accepting request 915039 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/915039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Yapsy?expand=0&rev=6
2021-08-31 17:55:12 +00:00
87bbfda33d Accepting request 915020 from home:pgajdos:python
- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/915020
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Yapsy?expand=0&rev=14
2021-08-30 12:54:59 +00:00
2dcca8d48c Accepting request 795667 from devel:languages:python
- Disable doc build as it used py2 Sphinx and new py3 one does not
  seem to work

OBS-URL: https://build.opensuse.org/request/show/795667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Yapsy?expand=0&rev=5
2020-04-21 11:06:51 +00:00
Tomáš Chvátal
851fdd5550 - Disable doc build as it used py2 Sphinx and new py3 one does not
seem to work

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Yapsy?expand=0&rev=12
2020-04-20 07:06:25 +00:00
8a1555fe3e Accepting request 719618 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/719618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Yapsy?expand=0&rev=4
2019-07-30 10:38:03 +00:00
Tomáš Chvátal
416fe7790a Accepting request 719615 from home:pgajdos
- version update to 1.12.2
  * no upstream change log

OBS-URL: https://build.opensuse.org/request/show/719615
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Yapsy?expand=0&rev=10
2019-07-29 14:23:42 +00:00
20b407b391 Accepting request 718566 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/718566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Yapsy?expand=0&rev=3
2019-07-26 10:42:08 +00:00
Tomáš Chvátal
6c0f51a1ce Accepting request 718562 from home:pgajdos
- version update to 1.12.0
  * no upstream change log
- deleted patches
  - fix-error-plugin-test.patch (unneeded)
  - fix-file-location-test.patch (unneeded)

OBS-URL: https://build.opensuse.org/request/show/718562
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Yapsy?expand=0&rev=8
2019-07-25 13:50:09 +00:00
10171e51e7 Accepting request 654080 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/654080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Yapsy?expand=0&rev=2
2018-12-13 18:45:53 +00:00
568ab18fd3 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Yapsy?expand=0&rev=6
2018-12-04 14:15:50 +00:00
9c86cd1dc7 Accepting request 513738 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/513738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Yapsy?expand=0&rev=1
2017-08-30 14:21:35 +00:00
Todd R
580359ae27 Accepting request 512685 from home:sebix:branches:devel:languages:python
- convert to singlespec
- run tests during build
 * add fix-file-location-test.patch to fix a hardcoded path in the tests
 * add fix-error-plugin-test.patch to fix test on 3.6
- add documentation in subpackage python-Yapsy-doc

OBS-URL: https://build.opensuse.org/request/show/512685
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Yapsy?expand=0&rev=4
2017-08-01 16:02:07 +00:00
11fbf0de7c Accepting request 449023 from home:bmanojlovic:branches:devel:languages:python
- updated to version 1.11.223
- code: Make _extractCorePluginInfo accept Unicode filenames
  (bug https://sourceforge.net/p/yapsy/bugs/30/)
- code: fix default change trigger for ConfigurablePluginManager
  (see https://sourceforge.net/p/yapsy/support-requests/9/)
- code: merge python3 and default branch (contrib delijati)
- code: fix exception catching to support flask use case
  (contrib delijati: https://github.com/tibonihoo/yapsy/pull/4)
- code: fix error reporting (contrib frmdstryr:
  https://github.com/tibonihoo/yapsy/pull/5)
- code: allow plugins to run in separate processes
  (contrib pylanglois: https://github.com/tibonihoo/yapsy/pull/6)
- code: fix dangerous usage of mutable objects as default arguments
- doc: added an example of fetching yapsy's development version with pip
- code: Speed optimisation for the regexp compiled in __init__.py
  (see https://sourceforge.net/p/yapsy/patches/4/)
- code: fix bug "Plugin detection doesn't follow symlinks"
  (see https://sourceforge.net/p/yapsy/bugs/19/)
- doc: add links to coveralls.io for code coverage
- code: fix PluginInfo properties
  (see https://sourceforge.net/p/yapsy/bugs/13/)
- code: fix ConfigurablePluginManager.loadplugin ignore callback
  bug reported at https://sourceforge.net/p/yapsy/bugs/17/
- code: small improvement to the parse error handling
  (related to https://sourceforge.net/p/yapsy/bugs/12/)
- packaging: version name change to comply with PEP440 and resolve pip install problems.
- code: fix compatibility with python2.5
- code: fix compatibility with python2.5
- doc: add links to travis-ci and readthedocs.org
- code: fix AutoInstall test failures [contrib. Agustin Henze]

OBS-URL: https://build.opensuse.org/request/show/449023
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Yapsy?expand=0&rev=3
2017-01-07 14:19:07 +00:00
Sascha Peilicke
cc2c00d787 - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Yapsy?expand=0&rev=2
2013-10-24 11:17:40 +00:00
Sascha Peilicke
40b2bb5604 Accepting request 162242 from home:bmanojlovic
Yapsy is a small library implementing the core mechanisms needed to
build a plugin system into a wider application.

OBS-URL: https://build.opensuse.org/request/show/162242
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Yapsy?expand=0&rev=1
2013-04-05 07:31:56 +00:00