15
0

- update to 0.7.6:

* #70, #67 : Support M1 Mac
- update to 0.7.5:
  * #50 : Enable passing Py3 bytes as pixels for constructor with
    StorageType
  * #51 : Fix screwed parameters
- update to 0.7.4:
  * fix libboost_python filename for macOSX environment with
    Homebrew. ( 8ad8f917e93ba66c49d01952ba5488cd473a4fc4 )
  * `setup.py` now looks for `libboost_python2x`,
    `libboost_python2x-mt`, `libboost_python3x` and
    `libboost_python3x-mt` as well.
- drop reproducible.patch (upstream)
  * fix libboost_python filename for macOSX environment with

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pgmagick?expand=0&rev=10
This commit is contained in:
2023-12-27 14:30:18 +00:00
committed by Git OBS Bridge
parent e54ca68989
commit cb5af77b41
5 changed files with 25 additions and 25 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Dec 27 14:29:09 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.7.6:
* #70, #67 : Support M1 Mac
- update to 0.7.5:
* #50 : Enable passing Py3 bytes as pixels for constructor with
StorageType
* #51 : Fix screwed parameters
- update to 0.7.4:
* fix libboost_python filename for macOSX environment with
Homebrew. ( 8ad8f917e93ba66c49d01952ba5488cd473a4fc4 )
* `setup.py` now looks for `libboost_python2x`,
`libboost_python2x-mt`, `libboost_python3x` and
`libboost_python3x-mt` as well.
- drop reproducible.patch (upstream)
-------------------------------------------------------------------
Thu Apr 23 10:22:11 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
@@ -17,7 +34,7 @@ Thu May 10 15:58:40 UTC 2018 - toddrme2178@gmail.com
Thu May 10 00:05:39 UTC 2018 - toddrme2178@gmail.com
- Update to version 0.7.4
* fix libboost_python filename for macOSX environment with
* fix libboost_python filename for macOSX environment with
Homebrew. ( 8ad8f91 )
setup.py now looks for libboost_python2x, libboost_python2x-mt,
libboost_python3x and libboost_python3x-mt as well.