forked from pool/python-MechanicalSoup
Accepting request 1009955 from home:yarunachalam:branches:devel:languages:python
- 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]
OBS-URL: https://build.opensuse.org/request/show/1009955
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MechanicalSoup?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37d3b15c1957917d3ae171561e77f4dd4c08c35eb4500b8781f6e7e1bb6c4d07
|
||||
size 47572
|
||||
3
MechanicalSoup-1.2.0.tar.gz
Normal file
3
MechanicalSoup-1.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8593ab4474a82ceb6b7ddb3e35a8c69f8455a06adafd2b5258c1d852158d760
|
||||
size 49669
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 11 23:23:06 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user