Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (94cfd6f56f09c2ff540095260dbf0324ef796609)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (94cfd6f56f09c2ff540095260dbf0324ef796609)
  • Date: Sun, 24 Nov 2019 03:05:59 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/beautifulsoup/DEPENDS | 5 ++++-
python-pypi/beautifulsoup/DETAILS | 6 +++---
python-pypi/beautifulsoup/HISTORY | 5 +++++
python-pypi/soupsieve/DEPENDS | 1 +
python-pypi/soupsieve/DETAILS | 17 +++++++++++++++++
python-pypi/soupsieve/HISTORY | 4 ++++
7 files changed, 38 insertions(+), 4 deletions(-)

New commits:
commit 94cfd6f56f09c2ff540095260dbf0324ef796609
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

python-pypi/beautifulsoup: version 4.8.1

commit 75f859f19c173034341d5a2d53c97f139dab4d67
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

python-pypi/soupsieve: new spell, a modern CSS selector for Beautiful Soup

diff --git a/ChangeLog b/ChangeLog
index 37268f3..ff1b3f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-11-23 Pavel Vinogradov <public AT sourcemage.org>
+ * python-pypi/soupsieve: new spell, a modern CSS selector
+ implementation for Beautiful Soup
+
2019-11-20 Treeve Jelbert <treeve AT sourcemage.org>
* kde.gpg: update "Friedrich W. H. Kossebau <kossebau AT kde.org>"

diff --git a/python-pypi/beautifulsoup/DEPENDS
b/python-pypi/beautifulsoup/DEPENDS
index e4ea57a..c32150c 100755
--- a/python-pypi/beautifulsoup/DEPENDS
+++ b/python-pypi/beautifulsoup/DEPENDS
@@ -1 +1,4 @@
-depends PYTHON
+depends PYTHON &&
+depends soupsieve &&
+
+optional_depends lxml "" "" "for lxml parser"
diff --git a/python-pypi/beautifulsoup/DETAILS
b/python-pypi/beautifulsoup/DETAILS
index eeb19d4..532c5db 100755
--- a/python-pypi/beautifulsoup/DETAILS
+++ b/python-pypi/beautifulsoup/DETAILS
@@ -1,10 +1,10 @@
SPELL=beautifulsoup
- VERSION=4.8.0
-
SOURCE_HASH=sha512:00e157f8031dbb0e30e49158ca30f9e9207647dd3355edf23c2906b9d0c8b93250669edf5b20372e62546501a0cd2d7e87b793faf30bc122b5544f9358c1a4db
+ VERSION=4.8.1
+
SOURCE_HASH="sha256:6135db2ba678168c07950f9a16c4031822c6f4aec75a65e0a97bc5ca09789931:UPSTREAM_HASH"
SOURCE=${SPELL}4-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}4-$VERSION
WEB_SITE=https://www.crummy.com/software/BeautifulSoup
- SOURCE_URL[0]=$WEB_SITE/bs$(echo $VERSION | cut -f1 -d.)/download/$(echo
$VERSION | cut -f1,2 -d.)/$SOURCE
+
SOURCE_URL[0]="https://files.pythonhosted.org/packages/86/cd/495c68f0536dcd25f016e006731ba7be72e072280305ec52590012c1e6f2/${SOURCE}";
LICENSE[0]=BSD
ENTERED=20070225
KEYWORDS="python"
diff --git a/python-pypi/beautifulsoup/HISTORY
b/python-pypi/beautifulsoup/HISTORY
index 0fafb4c..a8d4046 100644
--- a/python-pypi/beautifulsoup/HISTORY
+++ b/python-pypi/beautifulsoup/HISTORY
@@ -1,3 +1,8 @@
+2019-11-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 4.8.1, download from PyPi now, switched to
+ UPSTREAM_HASH
+ * DEPENDS: requires soupsieve, lxml is optional
+
2019-09-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 4.8.0

diff --git a/python-pypi/soupsieve/DEPENDS b/python-pypi/soupsieve/DEPENDS
new file mode 100755
index 0000000..e4ea57a
--- /dev/null
+++ b/python-pypi/soupsieve/DEPENDS
@@ -0,0 +1 @@
+depends PYTHON
diff --git a/python-pypi/soupsieve/DETAILS b/python-pypi/soupsieve/DETAILS
new file mode 100755
index 0000000..d804012
--- /dev/null
+++ b/python-pypi/soupsieve/DETAILS
@@ -0,0 +1,17 @@
+ SPELL="soupsieve"
+ VERSION="1.9.5"
+
SOURCE_HASH="sha256:e2c1c5dee4a1c36bcb790e0fabd5492d874b8ebd4617622c4f6a731701060dda:UPSTREAM_HASH"
+ SOURCE="${SPELL}-$VERSION.tar.gz"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://github.com/facelessuser/soupsieve";
+
SOURCE_URL[0]="https://files.pythonhosted.org/packages/92/cf/57dfed8a00f4ba33af3a6615d693bb65a19a11e26ab13293f62359216417/${SOURCE}";
+ LICENSE[0]="BSD"
+ ENTERED="20191123"
+ SHORT="A modern CSS selector implementation for Beautiful Soup"
+cat << EOF
+Soup Sieve is a CSS selector library designed to be used with Beautiful Soup
4.
+It aims to provide selecting, matching, and filtering using modern CSS
+selectors. Soup Sieve currently provides selectors from the CSS level 1
+specifications up through the latest CSS level 4 drafts and beyond (though
some
+are not yet implemented).)
+EOF
diff --git a/python-pypi/soupsieve/HISTORY b/python-pypi/soupsieve/HISTORY
new file mode 100644
index 0000000..c8890e6
--- /dev/null
+++ b/python-pypi/soupsieve/HISTORY
@@ -0,0 +1,4 @@
+2019-11-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS, DETAILS: version 1.9.5,
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (94cfd6f56f09c2ff540095260dbf0324ef796609), Pavel Vinogradov, 11/23/2019

Archive powered by MHonArc 2.6.24.

Top of Page