21 Commits

Author SHA256 Message Date
9602e0ffd6 - Add remove_six.patch removing six from the package
(gh#edgewall/genshi!92).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=39
2025-05-09 07:05:30 +00:00
91f53fdb99 Accepting request 1203605 from home:ecsos:python
- Fix build error under Leap.

OBS-URL: https://build.opensuse.org/request/show/1203605
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Genshi?expand=0&rev=37
2024-09-25 22:18:09 +00:00
b2e6f074b8 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
9faeadd191 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
708445e865 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
bbfbe7cc09 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
8058703344 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
5d38de23c5 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
92fbb153fa 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
Tomáš Chvátal
5bc103455e - 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
Tomáš Chvátal
6c49f776dc - 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
Tomáš Chvátal
2b365f21d5 - 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
Tomáš Chvátal
eecb4c4666 - 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
d535dc6427 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
Tomáš Chvátal
21bdcbbd9b - 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
Jan Matejek
01cb7daf50 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
a2ae56c9fe 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
7f8111c0d7 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
Michal Čihař
d3fc6657b3 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
Todd R
a6a71f735b 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
Sascha Peilicke
acd97e4174 - 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