diff --git a/.gitignore b/.gitignore index ce03e4b..a5c35b8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /beautifulsoup4-4.2.1.tar.gz /beautifulsoup4-4.3.1.tar.gz /beautifulsoup4-4.3.2.tar.gz +/beautifulsoup4-4.4.0.tar.gz diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 1a32a2e..e7a9919 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -4,8 +4,8 @@ %global oname beautifulsoup4 Name: python-beautifulsoup4 -Version: 4.3.2 -Release: 4%{?dist} +Version: 4.4.0 +Release: 1%{?dist} Summary: HTML/XML parser for quick-turnaround applications like screen-scraping Group: Development/Languages License: MIT @@ -141,6 +141,9 @@ pushd %{py3dir} %endif %changelog +* Sat Jul 04 2015 Terje Rosten - 4.4.0-1 +- 4.4.0 + * Thu Jun 18 2015 Fedora Release Engineering - 4.3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 8fa3116..05e79fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8d157a204d56512a4cc196e53e7d8ee beautifulsoup4-4.3.2.tar.gz +63d1f33e6524f408cb6efbc5da1ae8a5 beautifulsoup4-4.4.0.tar.gz