Commit Graph

150 Commits

Author SHA1 Message Date
Miro Hrončok
2c9f85992c Update to 4.6.2
The source URL was changed to use PyPI sdist,
because lxml.de does not yet have this version.
2020-12-02 00:24:10 +01:00
Fedora Release Engineering
fbb0adcd12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 01:59:46 +00:00
Igor Raits
e646c1352a Update to 4.5.1
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
2020-06-01 20:14:04 +02:00
Miro Hrončok
7af357f1ba Rebuilt for Python 3.9 2020-05-22 22:10:02 +02:00
Fedora Release Engineering
e6e6df4b40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 13:13:09 +00:00
Miro Hrončok
d39bc4a9d1 Subpackage python2-lxml has been removed 2019-11-21 00:38:31 +01:00
Igor Gnatenko
960a9c1ff7
Generate C files using py3 Cython
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-09-07 13:36:10 +02:00
Igor Gnatenko
9f539bef55
Update to 4.4.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-09-07 12:36:03 +02:00
Miro Hrončok
d732eb2898 Rebuilt for Python 3.8 2019-08-16 14:05:00 +02:00
Igor Gnatenko
059902b361
Update to 4.4.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-08-03 14:32:48 +02:00
Fedora Release Engineering
49d7109317 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 14:24:00 +00:00
Miro Hrončok
abc1e71640 Remove pregenerated Cython C sources 2019-05-15 12:16:34 +02:00
Fedora Release Engineering
1dcd880cc2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 07:38:12 +00:00
Igor Gnatenko
714d829168
Update to 4.2.5
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-12-18 11:45:21 +01:00
Igor Gnatenko
7906b1b210
Update to 4.2.4
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-09-02 09:57:28 +02:00
Fedora Release Engineering
ee81b64249 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 00:53:02 +00:00
Igor Gnatenko
f6400d7a5a
Update to 4.2.3
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-07-07 16:21:26 +02:00
Miro Hrončok
4fc8635041 Rebuilt for Python 3.7 2018-06-17 17:30:55 +02:00
Igor Gnatenko
55db4c1701
Update to 4.2.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-04-25 17:59:43 +02:00
Fedora Release Engineering
5728af653f - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 08:47:15 +00:00
Igor Gnatenko
3ca414986f get latest version back
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-05 09:47:58 +01:00
Igor Gnatenko
985b25d595 enforce Cython
This falls under pre-generated code, while autotools pregenerated
code is used only in build-time, Cython pregenerated code is
what you get for runtime and there might be vulnerabilities
or bad performance due to that (depends on which Cython version
upstream generated C code). Also upstream had to release 4.1.1
with rebuilt C code with latest Cython due to Py3.7.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-05 09:45:00 +01:00
Igor Gnatenko
c0ca746055 order changelog
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-05 09:36:42 +01:00
Igor Gnatenko
1ff71ff1d4 Update to 4.1.1
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-11-05 09:36:03 +01:00
Mikolaj Izdebski
3b003d493f Conditionally allow building without Cython 2017-10-10 11:22:43 +02:00
Mikolaj Izdebski
a50349c35b Optimize dependencies
Weaken dependencies on optional libraries -- cssselect is totally
optional (and rarely used), html5lib and beautifulsoup4 are used only
for HTML support, while primary use of lxml is processing XML.
2017-10-05 09:41:12 +02:00
Igor Gnatenko
0da2f4356f Update to 4.0.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-05 09:38:14 +02:00
Igor Gnatenko
dbf0af88ea make sure that Cython is used
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-05 09:37:13 +02:00
Igor Gnatenko
c4b2e3dc7d python->python2 + add missing Cython
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-05 09:36:47 +02:00
Igor Gnatenko
177059089a reorder dependencies
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-05 09:36:06 +02:00
Igor Gnatenko
0b6379bf45 don't duplicate description
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-04 16:42:57 +02:00
Igor Gnatenko
f4dff19db5 don't duplicate summary
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-04 16:42:07 +02:00
Igor Gnatenko
ed72f1a0a3 trivial cleanups in filelists
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-04 16:41:41 +02:00
Igor Gnatenko
6ac2a832d1 pypi_name -> modname
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2017-10-04 16:41:16 +02:00
Kevin Fenzi
4d9870a4c2 Update to 3.8.0. Fixes bug #1458529 2017-08-13 12:06:33 -07:00
Fedora Release Engineering
98066c33e9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 06:49:46 +00:00
Fedora Release Engineering
a50d6b49db - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 10:50:10 +00:00
Fedora Release Engineering
190f1593a2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 09:31:06 +00:00
Fabio Alessandro Locati
056f2965fb
Fix data 2017-01-09 20:09:22 +01:00
Fabio Alessandro Locati
38fa2a8408
Add source 2017-01-09 20:08:04 +01:00
Fabio Alessandro Locati
6cad8c2616
Update to 3.7.2 2017-01-09 20:06:42 +01:00
Fabio Alessandro Locati
e297bac264
Fix conflict 2016-12-25 11:25:15 +01:00
Fabio Alessandro Locati
ff76e526fd
Update to 3.7.1 2016-12-25 11:23:56 +01:00
Charalampos Stratakis
b2c7165e1f Rebuild for Python 3.6 2016-12-13 18:42:45 +01:00
Fabio Alessandro Locati
6084fd0b24
Improve spec 2016-12-13 08:27:59 +01:00
Fabio Alessandro Locati
e13b8862f4
Shorten the summary 2016-12-11 12:12:24 +01:00
Fabio Alessandro Locati
6f8d8ee68b
Update to 3.7.0 2016-12-11 11:25:07 +01:00
Fabio Alessandro Locati
24f57899f0 Rollback previous commit 2016-09-17 15:40:38 +02:00
Fabio Alessandro Locati
001f6404e9 Prepare for EL7 porting 2016-09-17 15:36:43 +02:00
Fabio Alessandro Locati
f61642a334 Bump to 3.6.4 2016-09-17 12:50:18 +02:00