FreeBSD Bugzilla – Attachment 237628 Details for
Bug 267345
print/py-reportlab: update to 3.6.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to update print/py-reportlab 3.5.68 -> 3.6.11
print_py-reportlab.diff (text/plain), 2.85 KB, created by
Oleg Sidorkin
on 2022-10-25 16:49:38 UTC
(
hide
)
Description:
patch to update print/py-reportlab 3.5.68 -> 3.6.11
Filename:
MIME Type:
Creator:
Oleg Sidorkin
Created:
2022-10-25 16:49:38 UTC
Size:
2.85 KB
patch
obsolete
>diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile >index 278a0de11150..4e9124ccd74c 100644 >--- a/print/py-reportlab/Makefile >+++ b/print/py-reportlab/Makefile >@@ -1,6 +1,5 @@ > PORTNAME= reportlab >-PORTVERSION= 3.5.68 >-PORTREVISION= 1 >+PORTVERSION= 3.6.11 > CATEGORIES= print python > MASTER_SITES= CHEESESHOP \ > https://www.reportlab.com/ftp/ >diff --git a/print/py-reportlab/distinfo b/print/py-reportlab/distinfo >index 7048115e383e..c4f17fcb95fd 100644 >--- a/print/py-reportlab/distinfo >+++ b/print/py-reportlab/distinfo >@@ -1,5 +1,5 @@ >-TIMESTAMP = 1625171705 >-SHA256 (reportlab-3.5.68.tar.gz) = efef6a97e3ab49f3f40037dbf9a4166668a17cc6aaba13d5ecbabdf854a9b332 >-SIZE (reportlab-3.5.68.tar.gz) = 4512985 >+TIMESTAMP = 1666698447 >+SHA256 (reportlab-3.6.11.tar.gz) = 04fc4420f0548815d0623e031c86a1f7f3f3003e699d9af7148742e2d72b024a >+SIZE (reportlab-3.6.11.tar.gz) = 4519404 > SHA256 (pfbfer-20180109.zip) = 851b431550e866b217317d09dd33b5535ae081200975ad4dd25e80be2af10fec > SIZE (pfbfer-20180109.zip) = 737561 >diff --git a/print/py-reportlab/files/patch-docs-userguide-genuserguide.py b/print/py-reportlab/files/patch-docs-userguide-genuserguide.py >index 9a19f6af7b8d..09c9eaf7770b 100644 >--- a/print/py-reportlab/files/patch-docs-userguide-genuserguide.py >+++ b/print/py-reportlab/files/patch-docs-userguide-genuserguide.py >@@ -1,12 +1,12 @@ >---- docs/userguide/genuserguide.py.orig 2014-02-14 14:22:37 UTC >+--- docs/userguide/genuserguide.py.orig 2022-06-08 08:27:36 UTC > +++ docs/userguide/genuserguide.py >-@@ -8,7 +8,8 @@ This module contains the script for buil >+@@ -8,7 +8,8 @@ This module contains the script for building the user > """ > > def run(pagesize=None, verbose=0, outDir=None): > - import sys,os > + import sys,os,site > + site.addsitedir("%%STAGEDIR%%%%PYTHON_SITELIBDIR%%") >- from reportlab.lib.utils import open_and_read, asUnicode >+ from reportlab.lib.utils import open_and_read > cwd = os.getcwd() > docsDir=os.path.dirname(os.path.dirname(sys.argv[0]) or cwd) >diff --git a/print/py-reportlab/files/patch-setup.py b/print/py-reportlab/files/patch-setup.py >index 0da5036eb294..03e9ad0776d6 100644 >--- a/print/py-reportlab/files/patch-setup.py >+++ b/print/py-reportlab/files/patch-setup.py >@@ -1,18 +1,6 @@ >---- setup.py.orig 2018-11-06 07:20:18 UTC >+--- setup.py.orig 2022-06-08 08:27:36 UTC > +++ setup.py >-@@ -288,11 +288,6 @@ reportlab_files= [ >- >- def url2data(url,returnRaw=False): >- import io >-- if isPy3: >-- import urllib.request as ureq >-- else: >-- import urllib2 as ureq >-- remotehandle = ureq.urlopen(url) >- try: >- raw = remotehandle.read() >- return raw if returnRaw else io.BytesIO(raw) >-@@ -308,9 +303,7 @@ def get_fonts(PACKAGE_DIR, reportlab_files): >+@@ -443,9 +442,7 @@ def get_fonts(PACKAGE_DIR, reportlab_files): > xitmsg = "not downloading T1 font curve files" > else: > try:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
osidorkin
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 267345
: 237628