Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
systemsmanagement:Uyuni:Master:SLE12-Uyuni-Client-Tools:Build-Dependencies
saltbundlepy-requests
requests-no-hardcoded-version.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File requests-no-hardcoded-version.patch of Package saltbundlepy-requests
Index: requests-2.23.0/setup.py =================================================================== --- requests-2.23.0.orig/setup.py +++ requests-2.23.0/setup.py @@ -42,14 +42,14 @@ if sys.argv[-1] == 'publish': packages = ['requests'] requires = [ - 'chardet>=3.0.2,<4', - 'idna>=2.5,<3', + 'chardet>=3.0.2', + 'idna>=2.5', 'urllib3>=1.21.1,<1.26,!=1.25.0,!=1.25.1', 'certifi>=2017.4.17' ] test_requirements = [ - 'pytest-httpbin==0.0.7', + 'pytest-httpbin>=0.0.7', 'pytest-cov', 'pytest-mock', 'pytest-xdist',
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor