OpenEXR 3.4.2__cp39-cp39-win_amd64.whl → 3.4.3__cp39-cp39-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Imath.py CHANGED
@@ -154,7 +154,7 @@ class TimeCode:
154
154
 
155
155
  def __repr__(self):
156
156
  # ignoring binaryGroups for now
157
- return "<Imath.TimeCode instance { time: %s:%s:%s:%s, dropFrame: %s, colorFrame: %s, fieldPhase: %s, bgf0: %s, bgf1: %s, bgf2: %s" % (self.hours, self.minutes, self.seconds, self.frame, self.dropFrame, self.colorFrame, self.fieldPhase, self.bgf0, self.bgf1, self.bgf2)
157
+ return "<Imath.TimeCode instance { time: %s:%s:%s:%s, dropFrame: %s, colorFrame: %s, fieldPhase: %s, bgf0: %s, bgf1: %s, bgf2: %s }" % (self.hours, self.minutes, self.seconds, self.frame, self.dropFrame, self.colorFrame, self.fieldPhase, self.bgf0, self.bgf1, self.bgf2)
158
158
 
159
159
  def __eq__(self, other):
160
160
  return self.__dict__ == other.__dict__
@@ -195,4 +195,7 @@ class TileDescription:
195
195
  self.mode = m
196
196
  self.roundingMode = r
197
197
  def __repr__(self):
198
- return "<Imath.TileDescription instance %dx%d %s %s>" % (self.xSize, self.ySize, repr(self.mode), repr(self.roundingMode))
198
+ return "<Imath.TileDescription instance { xSize: %s, ySize: %s, mode: %s, roundingMode: %s>" % (self.xSize, self.ySize, repr(self.mode), repr(self.roundingMode))
199
+ def __eq__(self, other):
200
+ return self.__dict__ == other.__dict__
201
+
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: OpenEXR
3
- Version: 3.4.2
3
+ Version: 3.4.3
4
4
  Summary: Python bindings for the OpenEXR image file format
5
5
  Author-Email: Contributors to the OpenEXR project <info@openexr.com>
6
6
  Project-URL: Homepage, https://openexr.com
@@ -0,0 +1,6 @@
1
+ Imath.py,sha256=mBbQmZLdaDaj97lW1Hoii34CcJOc4DLTthfNsmkrRTc,7523
2
+ OpenEXR.cp39-win_amd64.pyd,sha256=EA40Un9R5bwLlqbbxWfhgiz53T115xnTdZnyB6WmKT4,2433024
3
+ openexr-3.4.3.dist-info/METADATA,sha256=-__0bmqcIvss-MEMM96GI1VEnjarfLOjnSS5dHpZxTY,10758
4
+ openexr-3.4.3.dist-info/WHEEL,sha256=9tsL4JT94eZPTkcS3bNng2riasYJMxXndrO9CxUfJHs,104
5
+ openexr-3.4.3.dist-info/licenses/LICENSE.md,sha256=prs6qYcKaH8Hjx6zJiPhUU3SI3A_x6GlZJB7M1pc0Oc,1512
6
+ openexr-3.4.3.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- Imath.py,sha256=wB9ufxcDPJ2Bwl3yQMRFDYOsSx9ekWTqhadlFi_oFcU,7401
2
- OpenEXR.cp39-win_amd64.pyd,sha256=c8BEWEcBoJBV83kCK44nnY_SoxPVSAfhyL5pIRHqTgE,2424320
3
- openexr-3.4.2.dist-info/METADATA,sha256=ruiUbcqWPYSDTw3nSDHwB24tb0eXAKM3wGuMoMpwzqY,10758
4
- openexr-3.4.2.dist-info/WHEEL,sha256=9tsL4JT94eZPTkcS3bNng2riasYJMxXndrO9CxUfJHs,104
5
- openexr-3.4.2.dist-info/licenses/LICENSE.md,sha256=prs6qYcKaH8Hjx6zJiPhUU3SI3A_x6GlZJB7M1pc0Oc,1512
6
- openexr-3.4.2.dist-info/RECORD,,