8000 Tags · dlenski/python-zxing · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dlenski/python-zxing

Tags

v1.0.3

Toggle v1.0.3's commit message
Add requirements*.txt to MANIFEST.in, call it v1.0.3

It appears that sdist-based packaging doesn't work quite the way I thought,
and I broke this in v1.0.2 (ead91c0).

I'm following the minimal-fix suggestion from
#32 (comment),
thanks @stefan6419846.

v1.0.2

Toggle v1.0.2's commit message
Tag v1.0.2

Two bugs fixed since v1.0.1:

1. 178c50b (closing
   #31) which fixes the Java
   classpath separator on Windows (`:` → `;`)
2. 50c7efe (quite likely the fix for
   #30) which fixes a borked
   format conversion specifier.

Switching to "Trusted Publishers" for deployment to PyPI (see
https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers).

v1.0.1

Toggle v1.0.1's commit message
Tag v1.0.1

Includes CLI error-handling fix in 980a045 (ping #29).

v1.0

Toggle v1.0's commit message
Update CI and call it 🥁🥁🥁 … 1.0? 🥳

v0.14

Toggle v0.14's commit message
Use 'assert EXPR, MESSAGE' in tests, and call it v0.14

v0.13.1

Toggle v0.13.1's commit message
add some more PyPI metadata, call it v0.13.1

v0.13

Toggle v0.13's commit message
add BarCodeReader.zxing_version and BarCodeReader.zxing_version_info,…

… and call it v0.13

Also, migrate from travis-ci.org → travis-ci.com, remove obsolete Python
versions from .travis.yml, and use openjdk-8-jre (was openjdk-7-jre).

v0.12

Toggle v0.12's commit message
simplify version mechanism (fix #10) and call it v0.12

v0.11

Toggle v0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from shatterhand19/patch-1

Fix #3 (path-to-URI conversion on Windows). a94f672 was intended as a quick fix, but didn't do this right.
0