14
0
forked from pool/python-pypng

20 Commits

Author SHA256 Message Date
112bc3dc24 Accepting request 1096597 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1096597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pypng?expand=0&rev=10
2023-07-03 15:44:26 +00:00
9f54222607 Accepting request 1096534 from home:Simmphonie:branches:devel:languages:python
- update to version  0.20220715.0
  * Development moved to gitlab: https://gitlab.com/drj11/pypng
  * If you pass an empty file to PyPNG
    it now raises the builtin Python exception EOFError.
    This should make it easier to diagnose empty file problems separately
    from genuine format errors
    (which use png.FormatError).
    This is a slightly breaking change to the API.
  * New prirowpng tool to join PNG images in a row left-to-right
    (old internal pipcat tool).
  * New pricolpng tool to join PNG images in a column top-to-bottom.
  * Support for plain PGM files (magic number P2) added to pripamtopng.
  * New priplan9topng tool to convert from Plan 9 image format to PNG.
    In reality this has been lurking in the codebase for years, but
    has recently been converted to Python 3.
    The author has only a limited collection of Plan 9 images,
    which limits the testing that can be done.
    The author welcomes bug reports for Plan 9 images.
  * The priplan9topng tool has an even more experimental option
    --font which converts Plan 9 subfont files to a sequence of PNG files.
- release 0.0.21
  * Support for Python 2 is dropped.
  * Python 3.5 and onwards are supported.
  * Some of the ancillary tools are modified to work on Python 3.
  * Installs via wheel files.
  * prichunkpng command line tool now has some new options to add
  * chunks:
    --iccprofile to add a iCCP chunk (ICC Profile);
    --physical to add a pHYs chunk, specifying the intended pixel size;
    --sigbit to add a sBIT chunk, specifying the encoded significant bits;
    --transparent to add a tRNS chunk, specifying the transparent colour.
  * priditherpng command line tool standardised and
    converted to Python 3.
  * pripngtopam tool now has a --plain option to output plain PGM
    and PPM formats. The topam part of the name is a bit of a
    misnomer: when possible (L and RGB PNG files) the tool will
    output either a PGM (grey) or a PPM (RGB) file. Essentially all
    tools that can process a PAM file can also process a PGM or a
    PPM file. PAM files cannot be plain so using the option
    will raise an error in the case where a true PAM file is
    written.
  * Better error messages when you write the wrong number of rows.
    (Slightly experimentally) running the png module as a command
    line tool, with python -m png, will report the version and
    file location of the png module.
- remove pr_106.patch
- remove pypng-pr104-py39.patch

OBS-URL: https://build.opensuse.org/request/show/1096534
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypng?expand=0&rev=19
2023-07-03 13:58:53 +00:00
5f52db2bd8 Accepting request 1008769 from devel:languages:python
- Fix u-a scriptlets

OBS-URL: https://build.opensuse.org/request/show/1008769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pypng?expand=0&rev=9
2022-10-07 23:25:36 +00:00
d31cd08c91 - Fix u-a scriptlets
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypng?expand=0&rev=17
2022-10-07 12:16:12 +00:00
d1f6cf0c3a Accepting request 886560 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/886560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pypng?expand=0&rev=8
2021-04-19 19:05:58 +00:00
deeb8184c0 Accepting request 886372 from home:bnavigator:branches:devel:languages:python
- Add pypng-pr104-py39.patch for Python 3.9 compatibility
  gh#drj11/pypng#104
- Expand u-a install scriptlets early (Fix rpmlint warnings)

OBS-URL: https://build.opensuse.org/request/show/886372
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypng?expand=0&rev=15
2021-04-19 06:29:51 +00:00
Richard Brown
52ab5c4003 Accepting request 875536 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/875536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pypng?expand=0&rev=7
2021-03-03 17:33:39 +00:00
dae3e64eb0 Accepting request 875534 from home:bnavigator:branches:devel:languages:python
- Only test optional numpy when availalbe: python36-numpy is not

OBS-URL: https://build.opensuse.org/request/show/875534
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypng?expand=0&rev=13
2021-02-26 21:39:16 +00:00
06b181f89b Accepting request 834140 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/834140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pypng?expand=0&rev=6
2020-09-14 10:30:30 +00:00
Tomáš Chvátal
b30fa2dbc9 Accepting request 834040 from home:jayvdb:branches:devel:languages:python
- Remove test module from runtime package with pr_106.patch

OBS-URL: https://build.opensuse.org/request/show/834040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypng?expand=0&rev=11
2020-09-13 17:39:02 +00:00
99b1464d4e Accepting request 807710 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/807710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pypng?expand=0&rev=5
2020-05-23 15:27:01 +00:00
Tomáš Chvátal
bafdd4f9b9 Accepting request 807692 from home:pgajdos:python
- %python3_only -> %python_alternative

OBS-URL: https://build.opensuse.org/request/show/807692
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypng?expand=0&rev=9
2020-05-20 12:18:23 +00:00
01967768fb Accepting request 717625 from devel:languages:python
- Update to 0.0.20:
  * no changelog

OBS-URL: https://build.opensuse.org/request/show/717625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pypng?expand=0&rev=4
2019-07-23 20:35:39 +00:00
Tomáš Chvátal
56a88a44e2 - Update to 0.0.20:
* no changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypng?expand=0&rev=7
2019-07-22 15:07:40 +00:00
634123d6a7 Accepting request 680421 from devel:languages:python
- Update to 0.0.19:
  * No upstream changelog, many flake/codewarning fixes

OBS-URL: https://build.opensuse.org/request/show/680421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pypng?expand=0&rev=3
2019-03-05 11:19:29 +00:00
Tomáš Chvátal
70edd18563 - Update to 0.0.19:
* No upstream changelog, many flake/codewarning fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypng?expand=0&rev=5
2019-03-01 09:54:32 +00:00
15e3129b23 Accepting request 659600 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pypng?expand=0&rev=2
2018-12-24 10:42:14 +00:00
fc792335a7 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypng?expand=0&rev=3
2018-12-04 13:53:34 +00:00
2a4d4f43b5 Accepting request 581989 from devel:languages:python
Needed by the latest version of python-holoviews, which is already in openSUSE:Factory.

OBS-URL: https://build.opensuse.org/request/show/581989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pypng?expand=0&rev=1
2018-03-09 09:36:33 +00:00
Todd R
5cfa4c0e8b Accepting request 540605 from home:TheBlackCat:branches:devel:languages:python
- initial version

OBS-URL: https://build.opensuse.org/request/show/540605
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypng?expand=0&rev=1
2017-11-10 16:25:06 +00:00