CVS log for pkgsrc/textproc/py-cssselect2/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-cssselect2
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Aug 10 08:08:12 2024 UTC (3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -4
lines
py-cssselect2: remove unused test dependency
Document test status.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Oct 28 19:57:17 2023 UTC (12 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1
lines
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:42:32 2023 UTC (17 months, 1 week ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Sep 26 11:13:38 2022 UTC (2 years, 1 month ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
py-cssselect2: Update to 0.7.0.
Version 0.7.0
.............
Released on 2022-09-19.
* Support :has selector
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun May 22 15:07:50 2022 UTC (2 years, 5 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4
lines
py-cssselect2: Update to 0.6.0.
Version 0.6.0
.............
Released on 2022-04-15.
**This version deprecates the ``iter_ancestors`` and
``iter_previous_siblings`` methods, that will be removed in 0.7.0.
Use the ``ancestors`` and ``previous_siblings`` properties instead.**
* Improve speed of ancestors and previous siblings
Version 0.5.0
.............
Released on 2022-02-27.
* Support Python 3.10
* Drop support of Python 3.6
* Handle many CSS4 selectors
* Ignore comments at the beginning of selectors
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:54:53 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Apr 28 08:52:17 2021 UTC (3 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -2
lines
py-cssselect2: updated to 0.4.1
Version 0.4.1
Fix PyPI description and various links.
Version 0.4.0
Drop support of Python 3.5, add support of Python 3.9.
Don’t crash on empty :not() selectors.
New code structure, new packaging, new documentation.
Version 0.3.0
Drop Python2 support.
Improve packaging and testing.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Sep 12 15:22:36 2019 UTC (5 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5
lines
py-cssselect2: updated to 0.2.2
Version 0.2.2
* Optimize lang attribute selectors.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 12 12:51:05 2018 UTC (6 years ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
py-cssselect2: Update to 0.2.1.
Version 0.2.1
-------------
Released on 2017-10-02.
* Fix documentation.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Mar 25 20:38:03 2018 UTC (6 years, 7 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -5
lines
Convert build to test dependencies where appropiate.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 9 08:22:20 2017 UTC (7 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
py-cssselect2: update HOMEPAGE
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Sep 2 14:58:45 2017 UTC (7 years, 2 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Import cssselect2 0.2 as textproc/py-cssselect2.
cssselect2 is a straightforward implementation of CSS3 Selectors
for ElementTree-compatible documents (including cElementTree, lxml,
etc.) Unlike cssselect, it does not translate selectors to XPath
and therefore does not have all the correctness corner cases that
are hard or impossible to fix in cssselect.
CVSweb <webmaster@jp.NetBSD.org>