28 Commits

Author SHA256 Message Date
b58d74fb7c Accepting request 1321154 from graphics
OBS-URL: https://build.opensuse.org/request/show/1321154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=14
2025-12-05 15:56:15 +00:00
9cb3e3fc69 - version 7.0
* The "orthanc.pyi" stub is now excluded from the "install" step during the build
  * Wrapped new SCP callbacks:
    - RegisterFindCallback2()
    - RegisterMoveCallback3()
    - RegisterWorklistCallback2()
    - RegisterStorageCommitmentScpCallback2()
  * Wrapped new Queues methods:
    - ReserveQueueValue()
    - AcknowledgeQueueValue()

OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=25
2025-12-04 12:37:50 +00:00
4388265f4f Accepting request 1304031 from graphics
preparation for boost 1.89 (forwarded request 1303613 from DocB)

OBS-URL: https://build.opensuse.org/request/show/1304031
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=13
2025-09-11 12:41:44 +00:00
d8d5a062a1 preparation for boost 1.89
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=23
2025-09-11 08:34:10 +00:00
462873c54d Accepting request 1302009 from graphics
- remove /usr/orthanc.pyi - unneeded

OBS-URL: https://build.opensuse.org/request/show/1302009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=12
2025-09-01 15:17:37 +00:00
72acc1a1dd version update
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=21
2025-08-28 04:57:06 +00:00
9deec24674 Accepting request 1300261 from graphics
version update (forwarded request 1300101 from DocB)

OBS-URL: https://build.opensuse.org/request/show/1300261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=11
2025-08-19 14:47:42 +00:00
c33b2ed1f7 version update
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=19
2025-08-19 10:21:03 +00:00
cff0c7c264 Accepting request 1240631 from graphics
OBS-URL: https://build.opensuse.org/request/show/1240631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=10
2025-01-28 13:58:54 +00:00
f2bfe2f166 Accepting request 1240164 from home:DocB:Orthanc
version update

OBS-URL: https://build.opensuse.org/request/show/1240164
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=17
2025-01-27 19:27:03 +00:00
b289fa74c7 Accepting request 1186932 from graphics
OBS-URL: https://build.opensuse.org/request/show/1186932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=9
2024-07-12 15:04:40 +00:00
95ccee060d Accepting request 1186214 from home:DocB:Orthanc
- version 4.3
  * Created Python documentation for the Orthanc interface, check out "orthanc.pyi"
  * Added option "AllowThreads" to release the GIL during the call to the native SDK functions
  * Code model is now generated by the "orthanc-java" project
  * Added Windows builder for Python 3.12
  * Licensing information is now compliant with the FSFE REUSE specification

OBS-URL: https://build.opensuse.org/request/show/1186214
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=15
2024-07-11 18:39:23 +00:00
e4eb335575 Accepting request 1175565 from graphics
OBS-URL: https://build.opensuse.org/request/show/1175565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=8
2024-05-27 09:52:07 +00:00
27082f070d Accepting request 1175493 from home:DocB:Orthanc
- version 4.2
  * Fix signature of "orthanc.RestOutput.SendHttpStatus()"
  * Added orthanc.RegisterMoveCallback2() that takes 4 callbacks like the 
    original C SDK function.  This allows you to implement a correct handling
    of the C-Move sub-operations count in the GetMoveSize().  The ApplyMove()
    must now handle a single sub-operation at a time.
    The legacy orthanc.RegisterMoveCallback() always considers that there is a single
    sub-operation and we have observed modalities complaining that the number of
    sub-operations was not matching the number of instances sent.

OBS-URL: https://build.opensuse.org/request/show/1175493
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=13
2024-05-21 13:03:02 +00:00
037dbb8156 Accepting request 1159333 from graphics
updated build info (forwarded request 1158445 from DocB)

OBS-URL: https://build.opensuse.org/request/show/1159333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=7
2024-03-20 20:14:56 +00:00
2aef854dc7 Accepting request 1158445 from home:DocB:Orthanc
updated build info

OBS-URL: https://build.opensuse.org/request/show/1158445
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=11
2024-03-19 11:11:04 +00:00
7d99ce5676 Accepting request 1040230 from graphics
OBS-URL: https://build.opensuse.org/request/show/1040230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=6
2022-12-05 17:01:56 +00:00
412a548142 Accepting request 1040152 from home:dirkmueller:Factory
- update to 4.0:
  * New functions from the SDK wrapped in Python:
    - orthanc.RegisterIncomingCStoreInstanceFilter()
    - orthanc.RegisterReceivedInstanceCallback()

OBS-URL: https://build.opensuse.org/request/show/1040152
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=9
2022-12-05 10:51:23 +00:00
b3223b64a9 Accepting request 915797 from graphics
OBS-URL: https://build.opensuse.org/request/show/915797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=5
2021-09-02 21:20:27 +00:00
7bb26a7b8a Accepting request 915431 from home:DocB:Orthanc
- Version 3.4 
* On Orthanc stopping, wait for all the queued events to have been processed
* Docker-based builder scripts distinguishing Debian buster and bullseye

OBS-URL: https://build.opensuse.org/request/show/915431
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=8
2021-09-02 15:39:53 +00:00
Richard Brown
f1d86fc4e6 Accepting request 912184 from graphics
OBS-URL: https://build.opensuse.org/request/show/912184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=4
2021-08-16 08:11:47 +00:00
f9b330cd4e Accepting request 912093 from home:DocB:Orthanc
version update to 3.3

OBS-URL: https://build.opensuse.org/request/show/912093
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=7
2021-08-14 17:42:13 +00:00
c4cc15fe0f Accepting request 901370 from graphics
OBS-URL: https://build.opensuse.org/request/show/901370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=3
2021-06-23 15:38:14 +00:00
f04fff1494 Accepting request 900891 from home:DocB:Orthanc
update to version 1.3

OBS-URL: https://build.opensuse.org/request/show/900891
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=5
2021-06-22 19:09:32 +00:00
e87b211a76 Accepting request 866879 from graphics
OBS-URL: https://build.opensuse.org/request/show/866879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=2
2021-01-27 17:57:39 +00:00
12c637077e Accepting request 866635 from home:DocB:Orthanc
new version 3.1

OBS-URL: https://build.opensuse.org/request/show/866635
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=3
2021-01-26 14:42:34 +00:00
515a088ab7 Accepting request 859421 from graphics
new plugin for Orthanc

OBS-URL: https://build.opensuse.org/request/show/859421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc-python?expand=0&rev=1
2020-12-30 16:12:35 +00:00
0f2a08e7b1 Accepting request 858171 from home:DocB:Orthanc
new orthanc plugin to write plugins in Python

OBS-URL: https://build.opensuse.org/request/show/858171
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc-python?expand=0&rev=1
2020-12-29 10:57:19 +00:00