wbwriter 1.52.1__py2.py3-none-any.whl → 1.52.2rc0__py2.py3-none-any.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.

Potentially problematic release.


This version of wbwriter might be problematic. Click here for more details.

@@ -145,7 +145,7 @@ class PublicationParser(ABC): # pragma: no cover
145
145
 
146
146
  if len(teaser_image_basename) > 100:
147
147
  teaser_image_basename = teaser_image_basename.substring(0, 92)
148
- if teaser_image_extension == "jpg": # NOTE: Image doesn't understand "jpg"
148
+ if teaser_image_extension.upper() == "JPG": # NOTE: Image doesn't understand "jpg"
149
149
  teaser_image_extension = "jpeg"
150
150
  pil_image_obj = Image.open(self.article.teaser_image)
151
151
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wbwriter
3
- Version: 1.52.1
3
+ Version: 1.52.2rc0
4
4
  Author-email: Christopher Wittlinger <c.wittlinger@stainly.com>
5
5
  Requires-Dist: reportlab==3.*
6
6
  Requires-Dist: wbcore
@@ -3,7 +3,7 @@ wbwriter/admin.py,sha256=rnIiwWBB5I8QUYGSsLMrPn9weBqLt10eXhIYEFoPP9w,3626
3
3
  wbwriter/apps.py,sha256=UdEgUQGJaw3f6fkHlbL4kNC4CyksLOBL7ZpDBJmqD_U,91
4
4
  wbwriter/dynamic_preferences_registry.py,sha256=yt3PJCuTv5TpHM2hQsTR-aNllRY20_pyo-wcS38DruU,594
5
5
  wbwriter/pdf_generator.py,sha256=AYjcVaCnrV2D4lmCSOJUGCPq4wqH9fPFJoCDkNUV0j4,6640
6
- wbwriter/publication_parser.py,sha256=dRbNPGhAgFXNyGpwnWLk4ZpOmhWRgxFNj5Bp-nLQuJo,9350
6
+ wbwriter/publication_parser.py,sha256=rGFX7_wwZt8NDXQYH1GYUChdQ05AAuT8f6Ct5Y5ndCw,9358
7
7
  wbwriter/typings.py,sha256=-SsobxnS4-hCOL_44n-QcXXv1FuhZsQAwLj9BybtEVU,501
8
8
  wbwriter/urls.py,sha256=gUVYDOuPjX15apIC-N1caJnL6DfOYHwjCnZkIpNI3W4,2631
9
9
  wbwriter/factories/__init__.py,sha256=NrHTM4vUVdLASCeSAYkklmBbtP2B5kQ5gwlZey5lp0o,364
@@ -77,6 +77,6 @@ wbwriter/viewsets/endpoints/meta_information.py,sha256=m7rVbfTNjsQNibmqtAG4DvXSJ
77
77
  wbwriter/viewsets/titles/__init__.py,sha256=INLTvGeBi5Xro7i3FlJ2fesh-TjKbxRBlfsAyeg3h7k,131
78
78
  wbwriter/viewsets/titles/publication_title_config.py,sha256=-39C_Enz8J1o-DWgRz89VFMV0r4MReKx-r-Tpf9MlVM,807
79
79
  wbwriter/viewsets/titles/reviewer_article_title_config.py,sha256=YzRjuUwbe6vBwWhYLrCe6woGCpQ9c7AwkujKqPh5mLw,183
80
- wbwriter-1.52.1.dist-info/METADATA,sha256=JpTAROdklbX8RP_JAIf0eni0v4ScYzwhjZsuWY0Szck,169
81
- wbwriter-1.52.1.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
82
- wbwriter-1.52.1.dist-info/RECORD,,
80
+ wbwriter-1.52.2rc0.dist-info/METADATA,sha256=0CmL4qqFdodloJ5u7UzXtNF6Bj-z4e81S4lei8AI4wg,172
81
+ wbwriter-1.52.2rc0.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
82
+ wbwriter-1.52.2rc0.dist-info/RECORD,,