Skip to content

Releases: photo/openphoto-python

v0.6.2

02 Feb 21:24
Compare
Choose a tag to compare
  • Support Unicode tags (#74, #77)
  • Ensure lists inside parameters are UTF-8 encoded (#74, #77)
  • Fix repr unicode handling (#75)
  • Support unicode filenames (#72, #73)
  • Add Pypy to unit testing list (#78)

v0.6.1

08 Dec 16:49
Compare
Choose a tag to compare
  • Perform user expansion when uploading files from the CLI (#59, #70)
  • Remove redundant import (#67, #69)
  • Functional test improvements (#68)

v0.6

23 Nov 13:31
Compare
Choose a tag to compare
  • Support for many additional API endpoints (#56, #65)
  • Code coverage reporting (#57)
  • Unit test improvements (#58, #63, #64)

v0.5.1

29 Oct 20:51
Compare
Choose a tag to compare
  • Use httpretty v0.6.5 for unit tests (#60)
  • Ignore illegal TroveboxObject attributes (#61)

v0.5

18 Aug 18:28
Compare
Choose a tag to compare
  • Pylint improvements - using .pylint-ignores to waive warnings (#49)
  • Add support for https URLs (#51)
  • Configuration improvements (#53)
  • Allow https SSL verification bypass (#50)
  • Test improvements (#54)

v0.4

20 Jul 17:34
Compare
Choose a tag to compare
  • Added more unit tests (#44, #45)
  • Fixed consistency problems found with unit tests (#46)
  • Renamed to Trovebox (#48)
  • Packaged for PyPI:
    • Updated metadata
    • Store the version number inside the package, and add --version CLI option
    • Update README and convert to ReStructuredText, as required by PyPI