diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,24 +1,28 @@
name : python-beautifulsoup4
-version : 4.6.3
-release : 8
+version : 4.7.1
+release : 9
source :
- - https://files.pythonhosted.org/packages/88/df/86bffad6309f74f3ff85ea69344a078fc30003270c8df6894fca7a3c72ff/beautifulsoup4-4.6.3.tar.gz : 90f8e61121d6ae58362ce3bed8cd997efb00c914eae0ff3d363c32f9a9822d10
+ - https://www.crummy.com/software/BeautifulSoup/bs4/download/4.7/beautifulsoup4-4.7.1.tar.gz : 945065979fb8529dd2f37dbb58f00b661bdbcbebf954f93b32fdf5263ef35348
license : MIT
component : programming.python
summary : Beautiful Soup is a Python library designed for quick turnaround projects like screen-scraping
description: |
Beautiful Soup is a Python library designed for quick turnaround projects like screen-scraping
builddeps :
- - python-pytest
+ - python-setuptools
+rundeps :
+ - python-soupsieve
build : |
%python_setup
%python3_setup
install : |
%python_install
%python3_install
-check : |
- %python_test
- pushd $PKG_BUILD_DIR/py3build
- 2to3 -w bs4
- py.test3 -v
- popd
+
+# Check removed since python-soupsieve is not in the repo yet
+#check : |
+# %python_test
+# pushd $PKG_BUILD_DIR/py3build
+# 2to3 -w bs4
+# py.test3 -v
+# popd
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
python-beautifulsoup4
- Bryan T. Meyers
- bmeyers@datadrake.com
+ Rabin Adhikari
+ rabin.adk1@gmail.com
MIT
programming.python
Beautiful Soup is a Python library designed for quick turnaround projects like screen-scraping
Beautiful Soup is a Python library designed for quick turnaround projects like screen-scraping
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solus
python-beautifulsoup4
@@ -19,11 +19,11 @@
programming.python
- /usr/lib/python2.7/site-packages/beautifulsoup4-4.6.3-py2.7.egg-info/PKG-INFO
- /usr/lib/python2.7/site-packages/beautifulsoup4-4.6.3-py2.7.egg-info/SOURCES.txt
- /usr/lib/python2.7/site-packages/beautifulsoup4-4.6.3-py2.7.egg-info/dependency_links.txt
- /usr/lib/python2.7/site-packages/beautifulsoup4-4.6.3-py2.7.egg-info/requires.txt
- /usr/lib/python2.7/site-packages/beautifulsoup4-4.6.3-py2.7.egg-info/top_level.txt
+ /usr/lib/python2.7/site-packages/beautifulsoup4-4.7.1-py2.7.egg-info/PKG-INFO
+ /usr/lib/python2.7/site-packages/beautifulsoup4-4.7.1-py2.7.egg-info/SOURCES.txt
+ /usr/lib/python2.7/site-packages/beautifulsoup4-4.7.1-py2.7.egg-info/dependency_links.txt
+ /usr/lib/python2.7/site-packages/beautifulsoup4-4.7.1-py2.7.egg-info/requires.txt
+ /usr/lib/python2.7/site-packages/beautifulsoup4-4.7.1-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/bs4/__init__.py
/usr/lib/python2.7/site-packages/bs4/__init__.pyc
/usr/lib/python2.7/site-packages/bs4/builder/__init__.py
@@ -58,11 +58,11 @@
/usr/lib/python2.7/site-packages/bs4/tests/test_soup.pyc
/usr/lib/python2.7/site-packages/bs4/tests/test_tree.py
/usr/lib/python2.7/site-packages/bs4/tests/test_tree.pyc
- /usr/lib/python3.6/site-packages/beautifulsoup4-4.6.3-py3.6.egg-info/PKG-INFO
- /usr/lib/python3.6/site-packages/beautifulsoup4-4.6.3-py3.6.egg-info/SOURCES.txt
- /usr/lib/python3.6/site-packages/beautifulsoup4-4.6.3-py3.6.egg-info/dependency_links.txt
- /usr/lib/python3.6/site-packages/beautifulsoup4-4.6.3-py3.6.egg-info/requires.txt
- /usr/lib/python3.6/site-packages/beautifulsoup4-4.6.3-py3.6.egg-info/top_level.txt
+ /usr/lib/python3.6/site-packages/beautifulsoup4-4.7.1-py3.6.egg-info/PKG-INFO
+ /usr/lib/python3.6/site-packages/beautifulsoup4-4.7.1-py3.6.egg-info/SOURCES.txt
+ /usr/lib/python3.6/site-packages/beautifulsoup4-4.7.1-py3.6.egg-info/dependency_links.txt
+ /usr/lib/python3.6/site-packages/beautifulsoup4-4.7.1-py3.6.egg-info/requires.txt
+ /usr/lib/python3.6/site-packages/beautifulsoup4-4.7.1-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/bs4/__init__.py
/usr/lib/python3.6/site-packages/bs4/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/bs4/__pycache__/dammit.cpython-36.pyc
@@ -100,12 +100,12 @@
-
- 2018-12-23
- 4.6.3
+
+ 2019-07-12
+ 4.7.1
Packaging update
- Bryan T. Meyers
- bmeyers@datadrake.com
+ Rabin Adhikari
+ rabin.adk1@gmail.com
\ No newline at end of file