17
0

61 Commits

Author SHA256 Message Date
a880876691 Accepting request 1320257 from devel:languages:python
- Add patch pytest9.patch:
  * Balanced on top of the other 2 pytest patches, support pytest 9 changes.
- Use autosetup macro.

OBS-URL: https://build.opensuse.org/request/show/1320257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=29
2025-12-02 12:18:21 +00:00
a434e790a6 - Add patch pytest9.patch:
* Balanced on top of the other 2 pytest patches, support pytest 9 changes.
- Use autosetup macro.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=61
2025-11-26 23:48:53 +00:00
53e0941f32 Accepting request 1315393 from devel:languages:python
- Add patch support-python314.patch:
  * Don't use ast.Str to parse the version if it isn't available.

OBS-URL: https://build.opensuse.org/request/show/1315393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=28
2025-11-05 15:17:50 +00:00
21785a3097 - Add patch support-python314.patch:
* Don't use ast.Str to parse the version if it isn't available.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=59
2025-11-04 00:18:59 +00:00
ed7be55995 Accepting request 1280836 from devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1280836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=27
2025-05-30 12:21:38 +00:00
784070b6e3 - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=57
2025-05-28 11:27:24 +00:00
355ceedb9d Accepting request 1101011 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1101011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=26
2023-07-27 14:50:40 +00:00
4fd0137ad0 Accepting request 1101008 from home:mcalabkova:branches:devel:languages:python:pytest
- Add pytest74.patch to fix tests with pytest 7.4+

OBS-URL: https://build.opensuse.org/request/show/1101008
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=55
2023-07-27 07:55:07 +00:00
d06422e172 Accepting request 1081538 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=25
2023-04-22 19:57:38 +00:00
17ace6088e Accepting request 1081437 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081437
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=53
2023-04-21 13:19:50 +00:00
cf886e3afc Accepting request 989067 from devel:languages:python
- Remove BuildRequires on mock.

OBS-URL: https://build.opensuse.org/request/show/989067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=24
2022-07-18 16:32:48 +00:00
7ded13f098 - Remove BuildRequires on mock.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=51
2022-07-14 02:23:14 +00:00
6b7459ccc9 Accepting request 964384 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/964384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=23
2022-03-28 14:58:09 +00:00
e6fc470d1d Accepting request 964206 from home:pgajdos:python
- do not require python-mock for build
- added patches
  fix https://github.com/html5lib/html5lib-python/issues/541
  + python-html5lib-no-mock.patch

OBS-URL: https://build.opensuse.org/request/show/964206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=49
2022-03-23 21:27:20 +00:00
10b219753e Accepting request 830074 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/830074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=22
2020-09-04 08:59:37 +00:00
Tomáš Chvátal
cfb12cc968 Accepting request 830019 from home:mcalabkova:branches:devel:languages:python:pytest
- Update to 1.1
  * Drop support for Python 3.3 and 3.4.
  * Try to import from ``collections.abc`` to remove DeprecationWarning and ensure
    ``html5lib`` keeps working in future Python versions. (#403)
  * Drop optional ``datrie`` dependency. (#442)
- Drop merged patches:
  * pytest4-mhroncok.patch
  * collections-abc.patch
  * pytest5.patch
- Add upstream patch pytest6.patch

OBS-URL: https://build.opensuse.org/request/show/830019
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=47
2020-08-27 19:44:55 +00:00
f6e008e97b Accepting request 810160 from devel:languages:python
- Add patch to fix run with pytest5:
  * pytest5.patch

OBS-URL: https://build.opensuse.org/request/show/810160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=21
2020-06-05 17:59:27 +00:00
Tomáš Chvátal
e999fc20fa - Add patch to fix run with pytest5:
* pytest5.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=45
2020-05-29 09:19:42 +00:00
d3edb13473 Accepting request 800590 from devel:languages:python
- Add patch to not collide with collections deprecation:
  * collections-abc.patch

OBS-URL: https://build.opensuse.org/request/show/800590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=20
2020-05-08 21:02:19 +00:00
Tomáš Chvátal
9a1703f904 - Add patch to not collide with collections deprecation:
* collections-abc.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=43
2020-05-06 07:46:57 +00:00
e108f59dd5 Accepting request 764655 from devel:languages:python
- Restrict pytest to < 5.0 as it broke with 5.3 and upstream
  still didn't bother to merge support for even pytest 4+...

OBS-URL: https://build.opensuse.org/request/show/764655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=19
2020-01-16 17:16:16 +00:00
Tomáš Chvátal
c559d8b6c5 - Restrict pytest to < 5.0 as it broke with 5.3 and upstream
still didn't bother to merge support for even pytest 4+...

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=41
2020-01-15 12:35:43 +00:00
b5a2079523 Accepting request 753271 from devel:languages:python
- Fix comments in the spec file

OBS-URL: https://build.opensuse.org/request/show/753271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=18
2019-12-07 14:14:57 +00:00
Tomáš Chvátal
5d9d42f5c4 - Fix comments in the spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=39
2019-12-03 14:25:42 +00:00
42bb0b680e Accepting request 744731 from devel:languages:python
- Add pytest4-mhroncok.patch by Miro Hroncok from
  gh#html5lib/html5lib-python#414 to make testsuite passing under
  pytest4+.

- Replace %fdupes with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/request/show/744731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=17
2019-11-04 16:14:15 +00:00
739ca1192c Fix comments in SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=37
2019-11-01 11:30:02 +00:00
00dcfa387a - Add pytest4-mhroncok.patch by Miro Hroncok from
gh#html5lib/html5lib-python#414 to make testsuite passing under
  pytest4+.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=36
2019-11-01 10:51:33 +00:00
e9ee096512 Fix %pytest call
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=35
2019-10-14 13:51:35 +00:00
2af1836194 - Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=34
2019-10-14 13:39:51 +00:00
a124bf6337 Accepting request 717081 from devel:languages:python
- Restrict pytest4 for now as upstream supports only 3 series
  at the moment

OBS-URL: https://build.opensuse.org/request/show/717081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=16
2019-07-30 11:03:16 +00:00
Tomáš Chvátal
a1a49d4fcf - Restrict pytest4 for now as upstream supports only 3 series
at the moment

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=32
2019-07-19 12:28:46 +00:00
2734b360f4 Accepting request 659416 from devel:languages:python
- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=15
2018-12-26 23:26:21 +00:00
39a6c2ea01 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=30
2018-12-04 17:14:31 +00:00
1eea8aced3 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=29
2018-12-04 13:32:22 +00:00
df1a69712e Accepting request 556680 from devel:languages:python
- Version update to latest 1.0.1 release:
   * Dropped support for py 2.6
   * Documentation update
   * Fixes for python 3.7 and 3.6

OBS-URL: https://build.opensuse.org/request/show/556680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=14
2017-12-16 19:46:38 +00:00
Tomáš Chvátal
8d300317c3 - Version update to latest 1.0.1 release:
* Dropped support for py 2.6
   * Documentation update
   * Fixes for python 3.7 and 3.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=27
2017-12-13 13:39:25 +00:00
45066040fa Accepting request 554645 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/554645
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=13
2017-12-12 20:17:32 +00:00
cde2d4547a Accepting request 554604 from home:dstoecker
- update to 1.0b10

OBS-URL: https://build.opensuse.org/request/show/554604
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=25
2017-12-05 21:20:44 +00:00
dd62184ad0 Accepting request 486515 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/486515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=12
2017-04-19 16:08:27 +00:00
Todd R
acbf565e11 Accepting request 486514 from home:TheBlackCat:branches:devel:languages:python
- html5lib has a hard dependency on python-webencodings. It will fail at import time without it.

OBS-URL: https://build.opensuse.org/request/show/486514
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=23
2017-04-07 16:07:46 +00:00
50009cfafb Accepting request 485264 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/485264
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=22
2017-04-06 05:42:07 +00:00
34c236d4e6 Accepting request 359050 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/359050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=11
2016-02-23 15:53:51 +00:00
Todd R
4487ddb57f Accepting request 359049 from home:TheBlackCat:branches:devel:languages:python
Add coerce_comments_to_work_with_lxml.patch

OBS-URL: https://build.opensuse.org/request/show/359049
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=20
2016-02-12 15:04:05 +00:00
Todd R
2383c8ffe9 Accepting request 357342 from home:TheBlackCat:branches:devel:languages:python
Disable broken tests.

OBS-URL: https://build.opensuse.org/request/show/357342
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=19
2016-02-02 11:46:48 +00:00
Todd R
99be0f27f5 Accepting request 357326 from home:TheBlackCat:branches:devel:languages:python
update to version 0.9999999

OBS-URL: https://build.opensuse.org/request/show/357326
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=18
2016-02-02 10:28:01 +00:00
f763e780dd Accepting request 320319 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/320319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=10
2015-08-06 22:23:33 +00:00
Todd R
d108490055 Accepting request 320262 from home:tbechtold:branches:devel:languages:python
- Relax python-lxml BuildRequires and Requires. html5lib should
  also work with older python-lxml modules.

OBS-URL: https://build.opensuse.org/request/show/320262
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=16
2015-08-04 08:40:00 +00:00
Todd R
a60e646fcd Accepting request 319748 from home:alois:branches:devel:languages:python
update to version 0.999999

OBS-URL: https://build.opensuse.org/request/show/319748
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=14
2015-08-03 09:54:15 +00:00
580db1472f Accepting request 318859 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/318859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-html5lib?expand=0&rev=9
2015-07-28 09:41:42 +00:00
db91bfd0b3 Accepting request 318677 from home:seife:OpenStack:Master
Fix non-SUSE build by conditionalizing Recommends: tags

OBS-URL: https://build.opensuse.org/request/show/318677
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html5lib?expand=0&rev=12
2015-07-27 06:38:45 +00:00