Skip to content

Commit 2879716

Browse files
committed
results of doco and release package generation
1 parent ec52373 commit 2879716

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

PKG-INFO

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,14 @@ Description: This is the README file for pyral, a package implementing a
7373

7474
Keywords: rally,api
7575
Requires: six
76-
Requires: requests>=2.18.0
76+
Requires: requests>=2.25.1
7777
Platform: any
7878
Classifier: Development Status :: 5 - Production/Stable
7979
Classifier: Environment :: Web Environment
8080
Classifier: Intended Audience :: Developers
8181
Classifier: License :: OSI Approved :: BSD License
8282
Classifier: Operating System :: OS Independent
8383
Classifier: Programming Language :: Python
84-
Classifier: Programming Language :: Python :: 3.5
8584
Classifier: Programming Language :: Python :: 3.6
8685
Classifier: Programming Language :: Python :: 3.7
8786
Classifier: Programming Language :: Python :: 3.8

build_dist.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
'doc/build/html/objects.inv',
6464
'doc/build/html/_sources',
6565
'doc/build/html/_static',
66+
'doc/build/html/_static/css',
67+
'doc/build/html/_static/css/fonts',
68+
'doc/build/html/_static/fonts',
69+
'doc/build/html/_static/fonts/Lato',
70+
'doc/build/html/_static/fonts/RobotoSlab',
71+
'doc/build/html/_static/js',
6672
]
6773

6874
#
@@ -243,10 +249,10 @@ def make_online_docs_zipfile(pkg_name, pkg_version, doc_dir, doc_files):
243249
zf_name = '%s-%s.docs.html.zip' % (pkg_name, pkg_version)
244250
cur_dir = os.getcwd()
245251
os.chdir(doc_dir)
246-
zf = zipfile.ZipFile(zf_name, 'w')
247-
for fn in doc_files:
248-
zf.write(fn, fn, zipfile.ZIP_DEFLATED)
249-
zf.close()
252+
#zf = zipfile.ZipFile(zf_name, 'w')
253+
#for fn in doc_files:
254+
# zf.write(fn, fn, zipfile.ZIP_DEFLATED)
255+
#zf.close()
250256

251257
## The following is what has been done before on the command line, when you
252258
## get the recursion opt on the above logic you can drop the os.system call
69.5 KB
Binary file not shown.

dist/pyral-1.5.1.docs.html.zip

8.89 MB
Binary file not shown.

dist/pyral-1.5.1.tar.gz

24.8 MB
Binary file not shown.

dists/pyral-1.5.1.tar.gz

24.8 MB
Binary file not shown.

dists/pyral-1.5.1.zip

8.99 MB
Binary file not shown.

0 commit comments

Comments
 (0)