27 Commits

Author SHA256 Message Date
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