17
0

60 Commits

Author SHA256 Message Date
d4fe81ff4d Accepting request 1284797 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1284797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=41
2025-06-11 14:27:32 +00:00
12a04cb8aa Fix build without %check (boo#1227364)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=46
2025-06-11 11:29:00 +00:00
3ffca30316 Accepting request 1276019 from devel:languages:python:numeric
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1276019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=40
2025-05-09 16:50:34 +00:00
0e1370682c - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=44
2025-05-09 05:36:41 +00:00
03bd19a582 Accepting request 1129212 from devel:languages:python:numeric
- update to 4.0.7:
  * allow testutils.makeSuiteForClasses to specify a prefix for
    test method names
  * SpiderChart can have direct draw flowable labels
  * fix and improve tests for python -mreportlab.lib.rl_accel
  * fix barchart 3D stacked case & fix barchart valueAxis
    reverseDirection behaviour.
  * fix importlib usage in reportlab init, reported by Frank
    Epperlein and others
  * add value axes extraMinMaxValues as aid to parallel axes
  * add styles str2alignment maps
    left/right/center/centre/justify etc
  * fix validators.isSubclassOf
  * test ddfStyle as instance first in textlabels.py
  * allow Pie Doughnut classes to control label class
- drop importlib.patch (upstream)

- pick the primary interpreter for doc generation even if it is not "python3"
  * minor cosmetics in renderPM C extension and add fontSize setattr
  * refactor transformation math and text2Path functionality
  * allow Drawing.outDir to be a callable
  * fix relative links within pdf broken
    * Bug fix release to make really simple paras work OK
    within PDF files. The <textField> tag has many more attributes
    the `underlineProportion` attribute of ParagraphStyles.
    incomplete ranges of rows to be repeated.
    their split children when split
    to be set
    negative availableWidth
  * ReportLab 3.0 now supports Python 2.7, 3.3 and higher.

OBS-URL: https://build.opensuse.org/request/show/1129212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=39
2023-11-28 21:18:45 +00:00
2225b34376 - update to 4.0.7:
* allow testutils.makeSuiteForClasses to specify a prefix for
    test method names
  * SpiderChart can have direct draw flowable labels
  * fix and improve tests for python -mreportlab.lib.rl_accel
  * fix barchart 3D stacked case & fix barchart valueAxis
    reverseDirection behaviour.
  * fix importlib usage in reportlab init, reported by Frank
    Epperlein and others
  * add value axes extraMinMaxValues as aid to parallel axes
  * add styles str2alignment maps
    left/right/center/centre/justify etc
  * fix validators.isSubclassOf
  * test ddfStyle as instance first in textlabels.py
  * allow Pie Doughnut classes to control label class
- drop importlib.patch (upstream)
- pick the primary interpreter for doc generation even if it is not "python3"
  * minor cosmetics in renderPM C extension and add fontSize setattr
  * refactor transformation math and text2Path functionality
  * allow Drawing.outDir to be a callable
  * fix relative links within pdf broken
    * Bug fix release to make really simple paras work OK
    within PDF files. The <textField> tag has many more attributes
    the `underlineProportion` attribute of ParagraphStyles.
    incomplete ranges of rows to be repeated.
    their split children when split
    to be set
    negative availableWidth
  * ReportLab 3.0 now supports Python 2.7, 3.3 and higher.
    - Manuals have been reformatted with more pleasing code snippets and tables of

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=42
2023-11-27 18:39:04 +00:00
0c1bc7e244 Accepting request 1115632 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1115632
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=38
2023-10-05 18:03:00 +00:00
814a23229b Accepting request 1115544 from home:mimi_vx:branches:devel:languages:python:numeric
- drop reportlab-missing-includes.patch
- add importlib.patch to fix support for python3.12
- update to 4.0.5:
 * add in test for alpha composite colour
 * Added an SvgPath class; as used in github.com/deeplook/svglib
 * Added a simple log axis ticklabeller class
 * Allow for strokeWidth in LineSwatch
 * update extension alias'
 * allow BalancedColumns to work in a container flowable (ie with no frame)
 * allow custom styles for inrowsplitStaart & inrowsplitend
 * setup.py test --failfast works
 * allow running all tests without renderPM support
 * AR made some changes to allow running without renderPM support
 * AR merged accessibility branch and released 4.0.0
 * initial support for rml ul ol dl tagging
 * added support for an ol/ul/dl caption paragraph
 * implement a safer toColor with rl_config.toColorCanUse option and rl_extended_literal_eval
 * added _ExpandedCellTupleEx for more tagging support

OBS-URL: https://build.opensuse.org/request/show/1115544
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=40
2023-10-04 14:08:55 +00:00
35d9503ba2 Accepting request 1113068 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1113068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=37
2023-09-25 17:59:54 +00:00
192bd62c06 Accepting request 1112895 from home:mcalabkova:branches:devel:languages:python:numeric
- Update to 3.6.13
  * fixes for python 3.12.0a1
  * tables.py error improvement
  * allow exclusions in tests in runAll.py and setup.py
  * implement a safer toColor with rl_config.toColorCanUse option

OBS-URL: https://build.opensuse.org/request/show/1112895
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=38
2023-09-22 17:58:02 +00:00
6a428bd61d Accepting request 1101085 from devel:languages:python:numeric
Forwarded request #1101076 from ecsos

- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1101085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=36
2023-07-30 18:57:17 +00:00
1558e0a35d Accepting request 1101076 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1101076
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=36
2023-07-27 13:30:23 +00:00
c16b6daf89 Accepting request 1066286 from devel:languages:python:numeric
- pick the primary interpreter for doc generation even if it is not "python3"

OBS-URL: https://build.opensuse.org/request/show/1066286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=35
2023-02-19 17:18:51 +00:00
2b4892455d - pick the primary interpreter for doc generation even if it is not "python3"
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=34
2023-02-16 23:33:52 +00:00
b9329f0f61 Accepting request 1057217 from devel:languages:python:numeric
- Update to 3.6.12:
    * fix dpi handling in renderPM.py; bug found by Terry Zhao Terry dot Zhao
      at fil dot com
    * attempt fix in rparsexml.py
    * add rl_settings.xmlParser with default 'lxml'
    * nano RHEL related fix to setup.py contributed by James Brown jbrown at
      easypost dot com
    * minor speedup in reportlab.graphics.transform functions
    * allow usage of freetype testpaths via rl_config/rl_settings textPaths
    * _renderPM.c remove parse_utf8, make pict_putrow same as for rlPyCairo
- CHANGES  3.6.11  24/06/2022
    * support HORIZONTAL2 & VERTICAL2 table cell backgrounds; as suggested by
      Sina Khelil < sina at khelil dot com >
    * support general LINEAR & RADIAL gradient table cell backgrounds
    * support ShowBoundaryValue in canv.drawImage
- CHANGES  3.6.10  31/05/2022
    * fix symlink looping in setup.py reported by Michał Górny &lt; mgorny at
      gentoo dot org &gt;
    * allow bearerBox attribute for some barcodes
    * require pillow>=9.0.0 patch contributed by Claude Paroz claude at
      2xlibre.net
    * Apply Claude Paroz  < claude at 2xlibre dot net > patch to assume hashlib
      md5 exists
    * ImageReader updated to allow deepcopy; similarly for
      doctemplate.onDrawStr
    * fix 3.11.0b2 regression in rl_safe_eval.
    * apply massive contribution for Table inRowSplit from Lennart Regebro <
      lregebro at shoobx dot com >
- CHANGES  3.6.9   22/03/2022
    * fix up _rl_accel.c 0.81 to allow better error messages and support python
      3.11.0a6
    * change the cibuildwheel setup to support macos M1 build
- CHANGES  3.6.8   28/02/2022
    * remove old Python2 constructs; patch from Claude Paroz < claude at
      2xlibre dot net >

OBS-URL: https://build.opensuse.org/request/show/1057217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=34
2023-01-11 13:32:57 +00:00
94924efbdf - Update to 3.6.12:
* fix dpi handling in renderPM.py; bug found by Terry Zhao Terry dot Zhao
      at fil dot com
    * attempt fix in rparsexml.py
    * add rl_settings.xmlParser with default 'lxml'
    * nano RHEL related fix to setup.py contributed by James Brown jbrown at
      easypost dot com
    * minor speedup in reportlab.graphics.transform functions
    * allow usage of freetype testpaths via rl_config/rl_settings textPaths
    * _renderPM.c remove parse_utf8, make pict_putrow same as for rlPyCairo
- CHANGES  3.6.11  24/06/2022
    * support HORIZONTAL2 & VERTICAL2 table cell backgrounds; as suggested by
      Sina Khelil < sina at khelil dot com >
    * support general LINEAR & RADIAL gradient table cell backgrounds
    * support ShowBoundaryValue in canv.drawImage
- CHANGES  3.6.10  31/05/2022
    * fix symlink looping in setup.py reported by Michał Górny &lt; mgorny at
      gentoo dot org &gt;
    * allow bearerBox attribute for some barcodes
    * require pillow>=9.0.0 patch contributed by Claude Paroz claude at
      2xlibre.net
    * Apply Claude Paroz  < claude at 2xlibre dot net > patch to assume hashlib
      md5 exists
    * ImageReader updated to allow deepcopy; similarly for
      doctemplate.onDrawStr
    * fix 3.11.0b2 regression in rl_safe_eval.
    * apply massive contribution for Table inRowSplit from Lennart Regebro <
      lregebro at shoobx dot com >
- CHANGES  3.6.9   22/03/2022
    * fix up _rl_accel.c 0.81 to allow better error messages and support python

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=32
2023-01-10 08:36:10 +00:00
2d96c1ff65 Accepting request 956179 from devel:languages:python:numeric
- update to 3.6.7:
  * Remove use of cPickle
  * Remove unneccessary object inheritance
  * minor changes to python rendering in shapes.Drawing
  * remove jython (dead project no python3)
  * remove unicodeT/bytesT
  * import directly from string module
  * eliminate getBytesIO and getStringIO
  * remove unused and indirect imports
  * remove uniChr alias of chr
  * modify pdfdoc template to be eventually compatible with pikepdf
  * fix bug in table gradient bg
  * fix bug in validateSetattr (__dict__)
  * fix handling of ddfStyle in XLabel class

OBS-URL: https://build.opensuse.org/request/show/956179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=33
2022-02-22 20:17:43 +00:00
e4b5afd860 - update to 3.6.7:
* Remove use of cPickle
  * Remove unneccessary object inheritance
  * minor changes to python rendering in shapes.Drawing
  * remove jython (dead project no python3)
  * remove unicodeT/bytesT
  * import directly from string module
  * eliminate getBytesIO and getStringIO
  * remove unused and indirect imports
  * remove uniChr alias of chr
  * modify pdfdoc template to be eventually compatible with pikepdf
  * fix bug in table gradient bg
  * fix bug in validateSetattr (__dict__)
  * fix handling of ddfStyle in XLabel class

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=31
2022-02-20 20:27:21 +00:00
14f57e96d7 Accepting request 945239 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/945239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=32
2022-01-10 23:01:36 +00:00
666ad26dd1 Accepting request 945152 from home:stroeder:python
Update to 3.6.5

OBS-URL: https://build.opensuse.org/request/show/945152
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=30
2022-01-10 09:12:52 +00:00
356ae3eea7 Accepting request 931859 from devel:languages:python:numeric
- Increase verbosity of running the test suite.

- Update to 3.6.2
  * add mock for urlopen calls so tests can run off line. Contribution by Antonio Trande sagitter at fedoraproject dot org
- Update to 3.6.1
  * create py-2-3 branch
  * Cease support for Python-2.7
- Update to 3.6.0
  * graphics improve some error messages for renderPM
  * changed lib.urilt.recursiveImport after errors in python3.10, reflect changes in readJPEGInfo
  * pdfutils readJPEGInfo extracts dpi if present defaults to (72, 72)
  * Image flowable allows a useDPI argument
  * paraparser annotate some errors
- Update to 3.5.68
  * Allow unicode PDFString to use encoding directly; fixes bug where colorspace indexes are broken
  * Ensure PIL images can be size checked
- Update to 3.5.67
  * fix obvious bug in renderPS.py cut'n'paste bah :(
  * fix bug saving to SpooledtemporaryFile's reported by Robert Schroll <rschroll at gmail.com>
  * fix bug in justified RTL paragraphs example & bugfix contributed by Moshe Uminer <mosheduminer at gmail.com>
  * fix regex deprecation reported by Jürgen Gmach <juergen.gmach at apis.de>
- Update to 3.5.66
  * add yieldNoneSplits utility function
  * fix BarChart so it lines can have markers and Nones in their data
- Update to 3.5.65
  * add ability to have lineplots in barcharts; no support yet for line markers
  * added checkAttr method to TypedPropertyCollection
- Update to 3.5.64
  * ensure setup.py works from sdist; bug reported by Antonio P. Sagitter (sagitter at fedoraproject.org)
  * restore broken MANIFEST.in somehow overwritten by Robin :(

OBS-URL: https://build.opensuse.org/request/show/931859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=31
2021-11-20 01:38:22 +00:00
d96f030146 - Increase verbosity of running the test suite.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=29
2021-11-16 20:50:03 +00:00
f973e15786 Accepting request 931851 from home:ecsos
- Update to 3.6.2
  * add mock for urlopen calls so tests can run off line. Contribution by Antonio Trande sagitter at fedoraproject dot org
- Update to 3.6.1
  * create py-2-3 branch
  * Cease support for Python-2.7
- Update to 3.6.0
  * graphics improve some error messages for renderPM
  * changed lib.urilt.recursiveImport after errors in python3.10, reflect changes in readJPEGInfo
  * pdfutils readJPEGInfo extracts dpi if present defaults to (72, 72)
  * Image flowable allows a useDPI argument
  * paraparser annotate some errors
- Update to 3.5.68
  * Allow unicode PDFString to use encoding directly; fixes bug where colorspace indexes are broken
  * Ensure PIL images can be size checked
- Update to 3.5.67
  * fix obvious bug in renderPS.py cut'n'paste bah :(
  * fix bug saving to SpooledtemporaryFile's reported by Robert Schroll <rschroll at gmail.com>
  * fix bug in justified RTL paragraphs example & bugfix contributed by Moshe Uminer <mosheduminer at gmail.com>
  * fix regex deprecation reported by Jürgen Gmach <juergen.gmach at apis.de>
- Update to 3.5.66
  * add yieldNoneSplits utility function
  * fix BarChart so it lines can have markers and Nones in their data
- Update to 3.5.65
  * add ability to have lineplots in barcharts; no support yet for line markers
  * added checkAttr method to TypedPropertyCollection
- Update to 3.5.64
  * ensure setup.py works from sdist; bug reported by Antonio P. Sagitter (sagitter at fedoraproject.org)
  * restore broken MANIFEST.in somehow overwritten by Robin :(
- Update to 3.5.63
  * simplify annotateException and add better error messages for asUnicode/Bytes etc
  * improve embeddedHyphenation in paragraph.py
- Update to 3.5.62
  * add adjustableArrow widget
  * allow para tag borderPadding attribute
  * minor cosmetics in renderPM C extension and add fontSize setattr 
  * allow a bounding box constraint in definePath
  * efficiency savings in text2Path
  * refactor transformation math and text2Path functionality	
  * allow a renderPM plugin cairo backend package rlPyCairo
- Update to 3.5.61
  * Allow legend column control of vertical alignment
  * Allow renderTextMode attribute in reportlab.graphics.shapes.String
  * Allow renderTextMode drawString handling in renderPDF/PM/PS/SVG
  * Some fixes to fillMode handling

OBS-URL: https://build.opensuse.org/request/show/931851
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=28
2021-11-16 20:41:39 +00:00
be219fbfad Accepting request 871445 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/871445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=30
2021-02-16 21:33:55 +00:00
9e5965073b Accepting request 871426 from home:mcalabkova:branches:devel:languages:python:numeric
- Get rid of %ifpython3, we could provide/obsolete more variants

OBS-URL: https://build.opensuse.org/request/show/871426
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=26
2021-02-12 13:55:49 +00:00
f9fea9970e Accepting request 862304 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/862304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=29
2021-01-15 18:44:31 +00:00
1fde95229f Accepting request 862283 from home:alarrosa:branches:devel:languages:python:numeric
- Update to 3.5.59
  * Allow variant corners in Canvas.roundRect
  * Allow tables to have rounded corners
- Update to 3.5.58
  * added ddfStyle to Label
  * allowed for embedded(and ordinary)Hyphenation to pre-empt splitting when embeddedHyphenation>=2
  * fix extension escapePDF so it can handle unicode
  * fix poundsign in Ean5BarcodeWidget
  * Table can use __styledWrap__ for sizing
  * test fixes so 3.9 and 2.7 produce same pdf
- Update to 3.5.57
  * added .github action wheel.yml
  * micro change to userguide doc

OBS-URL: https://build.opensuse.org/request/show/862283
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=24
2021-01-11 13:52:50 +00:00
16527a2282 Accepting request 854304 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/854304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=28
2020-12-12 19:29:37 +00:00
778b8c085e Accepting request 854302 from home:mcalabkova:branches:devel:languages:python:numeric
- Update to 3.5.56
  * allow setting initial template cycle
  * fix for pillow 8.0.x
  * added trustedHosts & trustedSchemes settings
  * allow Drawing.outDir to be a callable 
- Rebased reportlab-missing-includes.patch

OBS-URL: https://build.opensuse.org/request/show/854302
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=22
2020-12-09 16:03:05 +00:00
2a25c93d23 Accepting request 838445 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/838445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=27
2020-10-29 08:46:20 +00:00
8bf2cb0503 Accepting request 838341 from home:frispete:python
- Update to 3.5.51
  * fix malloc(0) issue in \_rl_accel.c \_fp_str
    thanks to Hans-Peter Jansen <hpj@urpla.net> @ openSUSE
- remove fix-rl_accel-crash.patch

- add fix-rl_accel-crash.patch to fix a crash in rl_accel.

- Update to 3.5.50
  * Add BM ExtGState option (suggestion by tjj021 @ github
  * Fix memory leak in _renderPM.c
- Update to 3.5.49
  * ViewerPreferencesPDFDictionary add /Duplex as possibility
  * Doctemplate add support for all ViewerPreferencesPDFDictionary keys
  * fix bugs in USPS_4State; Barcode inherits from Flowable and object.
- Update to 3.5.48
  * bug fix for balanced column special case unsplittable half column
- Update to 3.5.47
  * try to limit table style cell ranges

OBS-URL: https://build.opensuse.org/request/show/838341
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=20
2020-09-29 06:06:12 +00:00
9db4840588 Accepting request 822235 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/822235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=26
2020-08-01 10:29:57 +00:00
Tomáš Chvátal
bb30f5a572 Accepting request 822202 from home:stroeder:branches:devel:languages:python:numeric
Update to 3.5.46

OBS-URL: https://build.opensuse.org/request/show/822202
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=18
2020-07-22 12:38:07 +00:00
d457049f70 Accepting request 821075 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/821075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=25
2020-07-17 18:46:19 +00:00
Tomáš Chvátal
15542b29a1 Accepting request 821074 from home:mcalabkova:branches:devel:languages:python:numeric
- Update to 3.5.44
  * Python 3.9 partial support
  * fix for improper <img> handling in paragraphs
  * ensure shapes save can do svg and regularize formats
  * allow TTF subfont selection with a PSName
  * experimental support for pie shading

OBS-URL: https://build.opensuse.org/request/show/821074
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=16
2020-07-15 11:12:40 +00:00
9f49590fe9 Accepting request 765507 from devel:languages:python:numeric
- remove python38_build.patch, because it has been included
  upstream (forwarded request 765506 from mcepl)

OBS-URL: https://build.opensuse.org/request/show/765507
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=24
2020-01-23 15:08:42 +00:00
497339c72a Accepting request 765506 from home:mcepl:branches:devel:languages:python:numeric
- remove python38_build.patch, because it has been included
  upstream

OBS-URL: https://build.opensuse.org/request/show/765506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=14
2020-01-18 23:03:42 +00:00
Tomáš Chvátal
a46359972e Accepting request 765471 from home:mcepl:branches:devel:languages:python:numeric
- Update to 3.5.34:
  - change of the core repository (it is
    https://hg.reportlab.com/hg-public/reportlab, they stuck to
    Mercurial even when Bitbucket left it; issue reporting on the
    email list
    https://pairlist2.pair.net/mailman/listinfo/reportlab-users)
  - attempted restriction of the reportlab.lib.color.toColor
    function; fix of CVE-2019-17626 (bsc#1154370;
    bt#rptlab/reportlab#199)
  - fix bug in Pie3d reported by Eldon Ziegler <eldonz@atlanticdb.com>
  - fix bug in background splitting in repeatRows cases
  - small improvements to CandleSticks
  - created NotSet validator (use in  CandleStickProperties)
- add documentation

OBS-URL: https://build.opensuse.org/request/show/765471
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=13
2020-01-18 19:17:05 +00:00
9a0e4a8f08 Accepting request 749753 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/749753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=23
2019-11-24 22:50:30 +00:00
Todd R
d5dcc6b613 Accepting request 749752 from home:TheBlackCat:branches:devel:languages:python:numeric
version update to 3.5.32

OBS-URL: https://build.opensuse.org/request/show/749752
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=11
2019-11-19 20:47:54 +00:00
ec968a389e Accepting request 741216 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/741216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=22
2019-10-22 13:41:24 +00:00
50de3dbf3a Accepting request 741215 from home:mcepl:branches:devel:languages:python:numeric
- Add python38_build.patch to work around depreceated (and now
  removed) function time.clock()

OBS-URL: https://build.opensuse.org/request/show/741215
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=9
2019-10-19 10:38:58 +00:00
d531f7bc32 Accepting request 717981 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/717981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=21
2019-07-28 08:19:08 +00:00
Todd R
d2592a5b48 Accepting request 717980 from home:TheBlackCat:branches:devel:languages:python:numeric
- version update to 3.5.23
  * fix rendering to stdout doesn't work in python3
  * fix relative links within pdf broken 
  * fix paragraph justification broken in the presence of no-break spaces
  * add wordSpace keyword to Canvas draw methods
  * fix an extra blank page shows up between two KeepTogether() groups
- version update to 3.5.22
  * Allow kewords in PDFResourceDictionary
  * fix DeprecationWarning: PY_SSIZE_T_CLEAN will be required for '#' formats
  * Allow AcroForm to have SigFlags
  * Bug Fixes and tests

OBS-URL: https://build.opensuse.org/request/show/717980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=7
2019-07-23 18:15:05 +00:00
61611bd1d7 Accepting request 704527 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/704527
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=20
2019-05-22 08:52:24 +00:00
Todd R
5bceaed820 Accepting request 704452 from home:pgajdos
- version update to 3.5.21
  * fix bug in legends
  * add extra table info in spanning error case
  * Preliminary MultiCol implementation
  * fix missing xrange import
  * allow rgb to have fractions of 1 in css colors
  * fix bug with a tag href not having a scheme
  * all0w LineChart/LinePlot area fills to differe from the stroke colour
  * add canvas setProducer method
  * more FrameBG changes vs BalancedColumns
  * fix bb issues #176/#177 reported by graingert & droidzone
  * more FrameBG fixes; added canvas cross method, frame static drawBoundary
  * fix stroking for frame background in container
  * add stroking for frame background
  * added axes tickStrokeWidth etc etc
  * added rl_setting.reserveTTFNotdef inspired by e3office at bitbucket (pr #50)

OBS-URL: https://build.opensuse.org/request/show/704452
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=5
2019-05-21 16:34:09 +00:00
2adecf8e97 Accepting request 662919 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/662919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=19
2019-01-11 13:00:39 +00:00
7aa39edb2e Accepting request 512552 from devel:languages:python
- drop-requirements.patch: do not list setuptools and pip in egg-info
  as requirements
  (fixes bsc#1049516, upstream issue https://bitbucket.org/rptlab/reportlab/issues/113 )
- set LANG variable correctly to help with test suite
  * note that test suite is broken, multiple tests fail and this does not stop build
  * causes of failure are spurious though

OBS-URL: https://build.opensuse.org/request/show/512552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=18
2017-08-08 09:59:11 +00:00
e2034c78fb Accepting request 493155 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/493155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=17
2017-05-22 08:46:28 +00:00
8268e1d866 Accepting request 489460 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/489460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-reportlab?expand=0&rev=16
2017-04-28 08:42:37 +00:00