Commit Graph

39 Commits

Author SHA256 Message Date
Dominique Leuenberger
95e504541a Accepting request 1189025 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1189025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=25
2024-07-24 13:33:02 +00:00
a66bd3810b Accepting request 1188982 from home:glaubitz:branches:devel:languages:python
- Update to 0.7.9
  * Add Python 3.12 to CI matrix and fix Python 3.12 support. (#77)
  * Add Python 3.13 beta to CI. (#81)
  * Add badges to the README. (#82)
- from version 0.7.8
  * Do not merge sub directives if they have not been changed. (#53)
  * Silence deprecation warnings from attempting to import Ellipsis and
    Str (which are needed to support older Pythons). (#73)
  * Remove fallback to distutils, patching of bdist_egg and use of doctools. (#74)
  * Clarify the escaping in _URL_FINDER. (#76)
  * Fix installation with setuptools >= 60. (#68)
- Rename README.txt to README.md in %files section

OBS-URL: https://build.opensuse.org/request/show/1188982
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=35
2024-07-22 11:58:40 +00:00
Dominique Leuenberger
4edec2b2ac Accepting request 1082307 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1082307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=24
2023-04-24 20:30:50 +00:00
a9a956ac5c Accepting request 1082234 from home:dirkmueller:acdc:as_python3_module
- Switch documentation to be within the main package.

OBS-URL: https://build.opensuse.org/request/show/1082234
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=33
2023-04-23 19:58:14 +00:00
Dominique Leuenberger
b3ef3bf4b7 Accepting request 1082038 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1082038
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=23
2023-04-22 20:02:46 +00:00
06a6284ccd Accepting request 1081297 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081297
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=31
2023-04-21 15:06:30 +00:00
Dominique Leuenberger
fbd472c1f6 Accepting request 992356 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/992356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=22
2022-08-04 11:22:45 +00:00
e5ad4d9a80 Accepting request 992347 from home:ohollmann:branches:devel:languages:python
Update to 0.7.7

OBS-URL: https://build.opensuse.org/request/show/992347
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=29
2022-08-02 15:14:33 +00:00
Dominique Leuenberger
73c22e501f Accepting request 940458 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/940458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=21
2021-12-16 20:18:47 +00:00
c24e41bfc7 Accepting request 939982 from home:bnavigator:python-rpm-macros
- add Genshi-pr49-fix-python310-tests.patch - gh#edgewall/genshi#49

OBS-URL: https://build.opensuse.org/request/show/939982
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=28
2021-12-14 11:45:29 +00:00
Dominique Leuenberger
3d35300898 Accepting request 902546 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/902546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=20
2021-07-10 20:53:49 +00:00
ec52014364 Accepting request 902528 from home:bnavigator:branches:devel:languages:python
- Add Genshi-pr39-fix-setuptools-extension.patch in order to fix
  failing the c extension with an updated setuptools
  gh#edgewall/genshi#36

OBS-URL: https://build.opensuse.org/request/show/902528
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=27
2021-06-26 19:50:21 +00:00
Dominique Leuenberger
b52afe40c6 Accepting request 880262 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/880262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=19
2021-03-21 22:20:14 +00:00
2e4b387889 Accepting request 880185 from home:bnavigator:branches:devel:languages:python
- Update to 0.7.5
  * Fix handling of slices containing function call, variable name
    and attribute lookup AST nodes in Python 3.9 in template
    scripts (template expressions already correctly handled these
    cases). Thank you to Roger Leigh for finding this issue and
    contributing the fix for it.
  * C speedup module now available for Python >= 3.3. Support was
    added for PEP 393 (flexible string representation). Thank you
    to Inada Naoki for contributing this major enhancement.
  * Remove the custom 2to3 fixers (no longer used since the
    removal of 2to3 in 0.7.4). 
- Release 0.7.4
  * Add support for deprecation of ast classes slice, Index and
    ExtSlice in Python 3.9. See https://bugs.python.org/issue34822
    for details of the changes.
  * Update the project URL in setup.py to point to GitHub.
  * Remove use of 2to3 for generating Python 3 compatible code.

OBS-URL: https://build.opensuse.org/request/show/880185
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=25
2021-03-20 16:31:26 +00:00
Dominique Leuenberger
68fac2e794 Accepting request 792426 from devel:languages:python
- Do not pull in python2 packages when installing docs

OBS-URL: https://build.opensuse.org/request/show/792426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=18
2020-04-15 18:04:24 +00:00
Tomáš Chvátal
bc775f46a2 - Do not pull in python2 packages when installing docs
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=23
2020-04-08 11:55:49 +00:00
Dominique Leuenberger
582eae7afc Accepting request 710505 from devel:languages:python
- Update to 0.7.3:
  * Add support for PEP 570 (positional-only keyword parameters)

OBS-URL: https://build.opensuse.org/request/show/710505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=17
2019-06-24 19:44:58 +00:00
Tomáš Chvátal
dd8f4150e0 - Update to 0.7.3:
* Add support for PEP 570 (positional-only keyword parameters)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=21
2019-06-18 08:44:51 +00:00
Dominique Leuenberger
69bae4af8a Accepting request 699370 from devel:languages:python
- Update to 0.7.2:
  * Add support for Python 3.8.

OBS-URL: https://build.opensuse.org/request/show/699370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=16
2019-05-05 19:18:47 +00:00
Tomáš Chvátal
2a8178d71f - Update to 0.7.2:
* Add support for Python 3.8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=19
2019-04-29 07:59:28 +00:00
Dominique Leuenberger
158a6b2676 Accepting request 681518 from devel:languages:python
- Update to 0.7.1:
  * many bugfixes all around and support for new pythons
- Merged all our patches:
  * python-Genshi-bug-602-python35-support.patch
  * python-Genshi-bug-602-python35-support-python27-fix.patch
  * python-genshi-py3-escape-sequence-doctest.patch
  * python-genshi-py37-stopiteration.patch
  * python-Genshi-0.7-disable-speedups-for-python34.patch
  * python-Genshi-0.7-isstring-helper.patch
  * python-Genshi-0.7-python34-ast-support.patch
  * python-Genshi-0.7-sanitizer-test-fixes.patch
  * changeset_r1242.diff

OBS-URL: https://build.opensuse.org/request/show/681518
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=15
2019-03-08 12:28:27 +00:00
Tomáš Chvátal
8cb75f93b8 - Update to 0.7.1:
* many bugfixes all around and support for new pythons
- Merged all our patches:
  * python-Genshi-bug-602-python35-support.patch
  * python-Genshi-bug-602-python35-support-python27-fix.patch
  * python-genshi-py3-escape-sequence-doctest.patch
  * python-genshi-py37-stopiteration.patch
  * python-Genshi-0.7-disable-speedups-for-python34.patch
  * python-Genshi-0.7-isstring-helper.patch
  * python-Genshi-0.7-python34-ast-support.patch
  * python-Genshi-0.7-sanitizer-test-fixes.patch
  * changeset_r1242.diff

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=17
2019-03-04 16:57:12 +00:00
Dominique Leuenberger
bbe34bf6f4 Accepting request 659268 from devel:languages:python
- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=14
2018-12-21 07:19:23 +00:00
ed2f5d80a5 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=15
2018-12-04 13:29:31 +00:00
Dominique Leuenberger
2caebed7a9 Accepting request 627811 from devel:languages:python
- Add patches to build on python 3.7:
  * python-genshi-py3-escape-sequence-doctest.patch
  * python-genshi-py37-stopiteration.patch

OBS-URL: https://build.opensuse.org/request/show/627811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=13
2018-08-15 08:32:06 +00:00
Tomáš Chvátal
074c446797 - Add patches to build on python 3.7:
* python-genshi-py3-escape-sequence-doctest.patch
  * python-genshi-py37-stopiteration.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=13
2018-08-07 07:49:55 +00:00
Dominique Leuenberger
97887502f5 Accepting request 486532 from devel:languages:python
- always build as arch-dependent
- build docs as a single noarch package

- Added python-Genshi-0.7-disable-speedups-for-python34.patch,
  python-Genshi-0.7-isstring-helper.patch,
  python-Genshi-0.7-python34-ast-support.patch,
  python-Genshi-0.7-sanitizer-test-fixes.patch,
  python-Genshi-bug-602-python35-support.patch,
  python-Genshi-bug-602-python35-support-python27-fix.patch
- Enabled tests

- Update singlespec build
- Use pypi download url

- update for multipython build

OBS-URL: https://build.opensuse.org/request/show/486532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=12
2017-04-19 16:08:34 +00:00
Jan Matejek
dbe763556d Accepting request 486530 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/486530
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=11
2017-04-07 16:50:19 +00:00
Todd R
df0f3bb2f9 Accepting request 486206 from devel:languages:python:singlespec
1

OBS-URL: https://build.opensuse.org/request/show/486206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=10
2017-04-06 16:31:21 +00:00
Dominique Leuenberger
75fa595079 Accepting request 318846 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/318846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=11
2015-07-28 09:41:22 +00:00
f0f3533abf Accepting request 318676 from home:seife:OpenStack:Master
fix build on non-SUSE distributions

OBS-URL: https://build.opensuse.org/request/show/318676
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=8
2015-07-27 06:19:39 +00:00
Dominique Leuenberger
db23f75ac4 Accepting request 286617 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/286617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=10
2015-02-22 16:25:48 +00:00
Michal Čihař
fa63893b99 Accepting request 286497 from home:dstoecker
Fix a major break, which causes problems with Trac. As a 0.7.1. release is not to be expected soon, this backport fixes the issue.

OBS-URL: https://build.opensuse.org/request/show/286497
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=6
2015-02-18 12:38:58 +00:00
Tomáš Chvátal
0cbea1618d Accepting request 204328 from devel:languages:python
Update to 0.7 (forwarded request 204327 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/204328
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=8
2013-10-23 11:11:11 +00:00
Todd R
f632b1073d Accepting request 204327 from home:TheBlackCat:branches:devel:languages:python
Update to 0.7

OBS-URL: https://build.opensuse.org/request/show/204327
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=4
2013-10-22 14:57:03 +00:00
Pascal Bleser
dc6efa9735 remove %debug_package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=3
2011-12-12 09:01:44 +00:00
209c23da54 Autobuild autoformatter for 80527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=2
2011-09-01 15:49:25 +00:00
380ef585f8 Accepting request 80527 from devel:languages:python
Please add, replaces python-genshi

OBS-URL: https://build.opensuse.org/request/show/80527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Genshi?expand=0&rev=1
2011-09-01 15:49:15 +00:00
Sascha Peilicke
84d1f6fe74 - Renamed to python-Genshi (from python-Genshi)
- Changed license to BSD-3-Clause (SPDX style) from BSD3c
- Fixed doc-file-dependency rpmlint issue

- Spec file cleanup
  * Proper SUSE changes file and removed changelog from spec
  * Added proper license header
  * Package files COPYING, README.txt and docs and examples
- Split of documentation package

- Updated to 0.6

- Updated to 0.5.1

- Fixed build errors
- Updated to 0.4.4

- Clean up spec file and change name to python-geneshi

- Initial package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=1
2011-09-01 14:34:01 +00:00