update to py-cssselect-1.1.0

This commit is contained in:
sthen 2021-10-30 17:05:36 +00:00
parent 35d23b96ab
commit 2bfaa5d723
3 changed files with 4 additions and 19 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.15 2021/05/21 19:50:36 kmos Exp $
# $OpenBSD: Makefile,v 1.16 2021/10/30 17:05:36 sthen Exp $
COMMENT = parse CSS3 Selectors and translates them to XPath 1.0
MODPY_EGG_VERSION = 1.0.0
MODPY_EGG_VERSION = 1.1.0
PKGNAME = py-${DISTNAME}
REVISION = 4
GH_ACCOUNT = scrapy
GH_PROJECT = cssselect

View File

@ -1,2 +1,2 @@
SHA256 (cssselect-1.0.0.tar.gz) = L3VyA+A67cwbMaRSzydScouEM1G3gZ6i1M2e8433syQ=
SIZE (cssselect-1.0.0.tar.gz) = 33674
SHA256 (cssselect-1.1.0.tar.gz) = 3ejB1KLILeaImjrxwa284abz7AiweoVNhz8/PakpYK8=
SIZE (cssselect-1.1.0.tar.gz) = 35516

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-setup_cfg,v 1.1 2019/11/25 21:53:58 kmos Exp $
Index: setup.cfg
--- setup.cfg.orig
+++ setup.cfg
@@ -6,7 +6,7 @@ build-dir = docs/_build
[upload_sphinx] # Sphinx-PyPI-upload
upload-dir = docs/_build/html
-[pytest]
+[tool:pytest]
testpaths = tests
[bdist_wheel]