Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
python-pydocumentdb.18655
p_disable-changelog-parsing.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File p_disable-changelog-parsing.patch of Package python-pydocumentdb.18655
diff -Nru pydocumentdb-2.3.5.orig/setup.py pydocumentdb-2.3.5/setup.py --- pydocumentdb-2.3.5.orig/setup.py 2019-10-01 02:29:56.000000000 +0200 +++ pydocumentdb-2.3.5/setup.py 2020-03-03 13:38:33.698263211 +0100 @@ -7,13 +7,10 @@ with open("README.md", encoding="utf-8") as f: README = f.read() -with open("changelog.md", encoding="utf-8") as f: - CHANGELOG = f.read() - setup(name='pydocumentdb', version='2.3.5', description='Azure DocumentDB Python SDK', - long_description=README + "\n\n" + CHANGELOG, + long_description=README, long_description_content_type="text/markdown", author="Microsoft", author_email="askdocdb@microsoft.com",
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