diff --git a/MechanicalSoup-1.0.0.tar.gz b/MechanicalSoup-1.0.0.tar.gz deleted file mode 100644 index 151d22b..0000000 --- a/MechanicalSoup-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37d3b15c1957917d3ae171561e77f4dd4c08c35eb4500b8781f6e7e1bb6c4d07 -size 47572 diff --git a/MechanicalSoup-1.2.0.tar.gz b/MechanicalSoup-1.2.0.tar.gz new file mode 100644 index 0000000..31ae3ef --- /dev/null +++ b/MechanicalSoup-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8593ab4474a82ceb6b7ddb3e35a8c69f8455a06adafd2b5258c1d852158d760 +size 49669 diff --git a/python-MechanicalSoup.changes b/python-MechanicalSoup.changes index f410202..f3bc6f2 100644 --- a/python-MechanicalSoup.changes +++ b/python-MechanicalSoup.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Oct 11 23:23:06 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 1.2.0 + * Main changes + Added support for Python 3.10. + Add support for HTML form-associated elements + (i.e. input elements that are associated with a form by a form attribute, but are not a child element of the form.) [#380] + * Bug fixes + When uploading a file, only the filename is now submitted to the server. Previously, the full file path was being submitted, + which exposed more local information than users may have been expecting. [#375] + ------------------------------------------------------------------- Mon Jan 11 05:49:10 UTC 2021 - Steve Kowalik diff --git a/python-MechanicalSoup.spec b/python-MechanicalSoup.spec index 8d31cdd..b844c56 100644 --- a/python-MechanicalSoup.spec +++ b/python-MechanicalSoup.spec @@ -1,7 +1,7 @@ # # spec file for package python-MechanicalSoup # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-MechanicalSoup -Version: 1.0.0 +Version: 1.2.0 Release: 0 Summary: A Python library for automating interaction with websites License: MIT