15
0
forked from pool/python-exiv2

38 Commits

Author SHA256 Message Date
27b72a1470 Accepting request 1248167 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1248167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-exiv2?expand=0&rev=13
2025-02-25 15:47:06 +00:00
3f482cbe27 Accepting request 1248104 from home:glaubitz:branches:devel:languages:python
- Update to 0.17.3
  * Binary wheels incorporate libexiv2 v0.28.5.

OBS-URL: https://build.opensuse.org/request/show/1248104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=36
2025-02-24 14:28:59 +00:00
f82570de21 Accepting request 1246961 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1246961
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-exiv2?expand=0&rev=12
2025-02-19 14:59:37 +00:00
64534c79e9 Accepting request 1246883 from home:glaubitz:branches:devel:languages:python
- Update to 0.17.2
  * Binary wheels incorporate libexiv2 v0.28.4.
  * Fix TimeValue test when run with local negative UTC offset.

OBS-URL: https://build.opensuse.org/request/show/1246883
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=34
2025-02-19 08:49:47 +00:00
db2f64e188 Accepting request 1227179 from devel:languages:python
- Fix building
- Enable tests
- Add skip_network_tests.patch to mark network-requiring tests
  and skip them

- Update to 0.17.1:
  * Update README and INSTALL docs
  * Allow linux libdir name to be 'lib64' or 'lib'
  * Test localised exception with non-ASCII characters
- Updates from 0.17.0:
  * API change: derived classes of BasicIo are omitted from Python.
  * enableBMFF() function is deprecated.
  * Documentation is available on
    https://python-exiv2.readthedocs.io/
- Updates from 0.16.2:
  * Removed AnyError alias of Exiv2Error exception.
  * Metadatum.print() method is no longer renamed to _print.
  * Improved handling of enums:
  * Enum results are returned as Python enum instead of int.
  * Passing ints as enum parameters is deprecated.
  * Added dict-like behaviour to "data" structs.
  * Log handlers can be set/cleared from Python.
  * SWIG v4.1.0 or later required to run SWIG.
- Updates from 0.16.0:
  * Include native language support in Windows binary wheel builds.
  * API change: DateValue.getDate() returns Python dict.
  * API change: TimeValue.getTime() returns Python dict.
  * Deprecated: exiv2.Date and exiv2.Time objects.
  * Added buffer interface to PreviewImage
  * Set datum value from Python object directly instead of via

OBS-URL: https://build.opensuse.org/request/show/1227179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-exiv2?expand=0&rev=11
2024-11-28 21:43:24 +00:00
c7ba640d4d - Fix building
- Enable tests
- Add skip_network_tests.patch to mark network-requiring tests
  and skip them

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=32
2024-11-28 17:58:42 +00:00
38c2408a65 WIP
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=31
2024-11-26 02:17:11 +00:00
5ba6440a01 Fix SLE-15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=30
2024-11-26 01:58:59 +00:00
daf18d6d79 - Fix building.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=29
2024-11-26 01:54:50 +00:00
ca0eaf170b We actually do not need pytest.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=28
2024-11-25 23:48:43 +00:00
cb2797368e - Enable tests.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=27
2024-11-25 23:34:41 +00:00
c58fe92efa Accepting request 1226079 from home:smolsheep:upgrades
- Update to 0.17.1:
  * Update README and INSTALL docs
  * Allow linux libdir name to be 'lib64' or 'lib'
  * Test localised exception with non-ASCII characters
- Updates from 0.17.0:
  * API change: derived classes of BasicIo are omitted from Python.
  * enableBMFF() function is deprecated.
  * Documentation is available on
    https://python-exiv2.readthedocs.io/
- Updates from 0.16.2:
  * Removed AnyError alias of Exiv2Error exception.
  * Metadatum.print() method is no longer renamed to _print.
  * Improved handling of enums:
  * Enum results are returned as Python enum instead of int.
  * Passing ints as enum parameters is deprecated.
  * Added dict-like behaviour to "data" structs.
  * Log handlers can be set/cleared from Python.
  * SWIG v4.1.0 or later required to run SWIG.
- Updates from 0.16.0:
  * Include native language support in Windows binary wheel builds.
  * API change: DateValue.getDate() returns Python dict.
  * API change: TimeValue.getTime() returns Python dict.
  * Deprecated: exiv2.Date and exiv2.Time objects.
  * Added buffer interface to PreviewImage
  * Set datum value from Python object directly instead of via
    string.
  * Moved Position enum to BasicIo class.
  * Moved CharsetId enum to CommentValue class.
  * Moved XmpArrayType and XmpStruct enums to XmpValue class.
  * Added enums for LogMsg.Level
  * More exiv2 structs are iterable for easy conversion to Python
    dict.
- Updates from 0.15.0:
  * Added __version_tuple__ for easy runtime version testing.
  * exiv2.testVersion() can be called from Python.
  * exiv2.DataBuf can be created from Python data.
  * Most data() methods return a Python memoryview.
  * exiv2.DataBuf and exiv2.BasicIo have writeable Python buffer
    interface.

OBS-URL: https://build.opensuse.org/request/show/1226079
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=26
2024-11-25 23:25:42 +00:00
12021bd614 Accepting request 1117154 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1117154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-exiv2?expand=0&rev=10
2023-10-12 21:41:44 +00:00
deba2425cc Accepting request 1117042 from home:mimi_vx:branches:devel:languages:python
- fix files section

OBS-URL: https://build.opensuse.org/request/show/1117042
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=24
2023-10-12 09:17:30 +00:00
69e8801cea - Update to 0.14.1:
- Added enums for XmpStruct and XmpArrayType
  - Added method for copy-free access to XmpTextValue raw data.
  - Fix occasional segfault with Image.io() of in-memory image
    data.
  - Add data() method to access Exiv2::StringValueBase raw bytes.
  - Enable video support in binary wheels.
  - Automatically cast Exiv2::Value return values to correct
    type.
  - Exiv2::byte* return values are converted to a simple buffer
    object.
  - Deprecated some superseded features. Use 'python -Wd' when
    testing.
  - Exiv2's Date & Time structs can be used from Python.
  - Removed Value.downCast methods deprecated in v0.7.0.
  - Reduced probability of segfaults by keeping references to
    other objects.
  - Fix iterator bug introduced in v0.10.0. (Issue #7.)
- Remove now superfluous py3exiv2-link-boost.patch

- Update to 0.12.3:
  - upstream doesn't release proper changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=23
2023-10-11 11:42:32 +00:00
a0ab3936c3 - Update to 0.12.0
-  Fix bug #2027823 (Compilation errors with exiv2-0.28)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=22
2023-10-05 13:40:32 +00:00
530a27b411 Accepting request 1104337 from devel:languages:python
- Update to 0.12.3:
  - upstream doesn't release proper changelog
- Remove the exiv2_0-28-0.patch patch again.
- Add exiv2_0-28-0.patch making the package compatible with the
  latest exiv2 0.28 (lp#2027823).

OBS-URL: https://build.opensuse.org/request/show/1104337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-exiv2?expand=0&rev=9
2023-08-17 17:44:44 +00:00
f7b2c29b18 - Update to 0.12.3:
- upstream doesn't release proper changelog
- Remove the exiv2_0-28-0.patch patch again.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=20
2023-08-10 22:17:50 +00:00
f9f7f527ff - WIP INCOMPLETE
- Add exiv2_0-28-0.patch making the package compatible with the
  latest exiv2 0.28 (lp#2027823).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=19
2023-08-04 23:07:14 +00:00
6746d40807 Accepting request 1010601 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1010601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-exiv2?expand=0&rev=8
2022-10-14 13:42:37 +00:00
993c8fe94e Accepting request 1010526 from home:DocB:branches:devel:languages:python
version update

OBS-URL: https://build.opensuse.org/request/show/1010526
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=17
2022-10-14 06:42:17 +00:00
aba79d7fa8 Accepting request 905113 from devel:languages:python
- Update to version 0.9.3
  * Add support for tag Xmp.mwg-rs.Regions/mwg-rs:

OBS-URL: https://build.opensuse.org/request/show/905113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-exiv2?expand=0&rev=7
2021-07-08 20:49:29 +00:00
07bebaa7f8 Update to version 0.9.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=16
2021-07-08 17:20:39 +00:00
f5f5e4b857 Accepting request 842971 from devel:languages:python
- Update to version 0.8.0
  * Add XmpSeq support
  * Add a datetime conversion to Python with iso format, update some unittests
- Added py3exiv2-link-boost.patch

OBS-URL: https://build.opensuse.org/request/show/842971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-exiv2?expand=0&rev=6
2020-10-21 12:38:34 +00:00
8ff7d468d1 Added py3exiv2-link-boost.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=14
2020-10-20 06:54:42 +00:00
f35bcbaeba Update to version 0.8.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=13
2020-10-20 06:45:50 +00:00
29d6b2299b Accepting request 713077 from devel:languages:python
- Update to 0.7.1:
  * Various fixes to work with new exiv releases

OBS-URL: https://build.opensuse.org/request/show/713077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-exiv2?expand=0&rev=5
2019-07-04 13:43:00 +00:00
Tomáš Chvátal
7a707ed3a3 - Update to 0.7.1:
* Various fixes to work with new exiv releases

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=11
2019-07-02 14:48:21 +00:00
1807f02050 Accepting request 692487 from devel:languages:python
- Update to version 0.6.1
  * Add the streaming of the preview data

OBS-URL: https://build.opensuse.org/request/show/692487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-exiv2?expand=0&rev=4
2019-04-23 12:35:22 +00:00
3d833777a8 Update to version 0.6.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=9
2019-04-08 19:13:50 +00:00
Stephan Kulow
3f7942cfd5 Accepting request 670892 from devel:languages:python
- Update to version 0.5.0
  * Several fixes for exiv2-0.27
- Removed exiv2-1.0.27.patch (fixed upstream)

- Add patch to build with latest exiv2 releases:
  * exiv2-1.0.27.patch

OBS-URL: https://build.opensuse.org/request/show/670892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-exiv2?expand=0&rev=3
2019-02-04 13:25:05 +00:00
ad01338b08 Add missing changes entry
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=7
2019-02-03 11:02:53 +00:00
4e69dacfd8 Accepting request 670371 from home:gladiac:branches:devel:languages:python
- Update to version 0.5.0
  * Several fixes for exiv2-0.27

OBS-URL: https://build.opensuse.org/request/show/670371
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=6
2019-01-31 15:11:01 +00:00
Tomáš Chvátal
e007b695ea - Add patch to build with latest exiv2 releases:
* exiv2-1.0.27.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=5
2019-01-29 11:22:53 +00:00
4fe3771099 Accepting request 619553 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/619553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-exiv2?expand=0&rev=2
2018-06-28 13:14:58 +00:00
Tomáš Chvátal
ba11f067d5 Accepting request 619547 from home:gladiac:branches:devel:languages:python
- Update to version 0.3.0
  * Add some convenient functions

OBS-URL: https://build.opensuse.org/request/show/619547
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=3
2018-06-28 10:33:14 +00:00
3a3f927305 Accepting request 605171 from devel:languages:python
Initial package

OBS-URL: https://build.opensuse.org/request/show/605171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-exiv2?expand=0&rev=1
2018-05-11 12:28:00 +00:00
d1bf633619 Accepting request 605161 from home:gladiac
Initial package

OBS-URL: https://build.opensuse.org/request/show/605161
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exiv2?expand=0&rev=1
2018-05-07 16:02:43 +00:00