[Pkg-owncloud-commits] [python-owncloud] annotated tag upstream/0.3.1 created (now c6385af)

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Nov 23 01:36:47 UTC 2013


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a change to annotated tag upstream/0.3.1
in repository python-owncloud.

        at  c6385af   (tag)
   tagging  cb55135182f1e020aa10240cf1b6aa35ee84b7bc (commit)
  replaces  v0.2
 tagged by  Sandro Knauß
        on  Sat Nov 23 02:26:55 2013 +0100

- Log -----------------------------------------------------------------
Upstream version 0.3.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAABAgAGBQJSkAR5AAoJEOOtsAhQYFY2yvsP/3Sce3kNr3i2jIzdqoO4n9TK
3agP0P1cBpFfAu0rSWljrBe/XQNfRzt83LF942/lIliJlwRZFdb+hGC3JTYAN60a
L+Fu+1SbWh8SZR6Vbjp0pwtG6S+uxTgvkkw7AhiUL5jAs6LQEbiGIQ/clKEul4t/
YY36AS/sCC1zt8yGJwtbEdjvspBGeHrQATt+W8gIQ4CiLBm3iejGQpv70BJOgyG6
mYkdCHMnV1UGyP/GQDFSjNeEUo3paK3N7bjXrmoGdJpQiIGb7QeEz4tBeBlG1Ysw
4K9sp7h4ukfJ06AKlasAUE+sZcPxqN2Zy9K/KDOkJuA7CJmWpYVj9Tq+NaTSlqsL
mYT9ooMOLcZfpnumM7Lrv9JZBVdZlfwi4FDLIPGtK9A3nV451L8NrddxFKdY9pGN
EuDwRYsg//tPRyT9l0jToqre1AbbUEJIF2e8YOA17E6No4qXZCNZF6gRFRj+XABx
fOeXA+sKCq081DJStuBxgiVdPWH5B4IBedBdcv//z5Sj7Bltycz0sLMK9ansDg4c
vU/RyCmBW3Jgch7wvtH3mgG8IosZhbU3uk+wVkVgqwH/ADutbG+ZBs+qaVV7PGME
2toZ+/hT9J03T7YvDrmwDqvHx2R8Tdvtr2hUN97rgfH1drO/DGNHtoOPpSooRmf1
1DIgdE3fdg/bQ4a7ZeSj
=x2kp
-----END PGP SIGNATURE-----

Craig (17):
      License/Copyright
      Merge branch 'master' of github.com:csawyerYumaed/pyOwnCloud
      issue #17, moved to sslfingerprint, apparently case sensitivity is an issue in the cfg file.  blah.
      issue 13, I was a moron and forgot the version files :P
      Merge branch 'master' of github.com:csawyerYumaed/pyOwnCloud
      issue 20, check to see if we are in a .git directory before launching git for the head revision.
      issue 20, debug printing will only password safe the password if it's there to begin with.
      whatever
      Revert "whatever"
      This should fix all the version issues we were having.
      issue #22, fix copyright file to match LICENSE file, and stick with GPL-2 only.
      Per mailing list, change the binary name to be 'oclient'.
      updated the CHANGELOG, so we are closer to a 0.3 release :)
      issue #22, license file fixed.
      0.3 release!
      forgot to update the CHANGELOG file.
      version.dat update.

Craig Sawyer (1):
      The start of moving csyinc into a package, and having setup.py create a script for us. So that it can be 'installed', and can be pushed into PyPi, and be pip installable :)

Diederik de Haas (21):
      Documented that you can now specify -p without diirectly providing the password; you'll get asked for it.
      Fixed the call to ctypes's find_library function.
      Fixed some typos.
      Replaced distribute_setup.py with the latest from http://python-distribute.org/distribute_setup.py.
      Revert "Replaced distribute_setup.py with the latest from http://python-distribute.org/distribute_setup.py."
      Merge remote-tracking branch 'upstream/master'
      Fixed typos in CHANGELOG.
      Revert "Revert "Replaced distribute_setup.py with the latest from http://python-distribute.org/distribute_setup.py.""
      Fixed the name of the command from csync to oclient.
      Indicated that we've also tested against version 0.70.5 of the libocsync library.
      Removed the check against libocsync's versions.
      Updated the csync_error_codes_e to the values of 0.90.4
      Updated the csync_notify_type_e to the values of 0.90.4.
      Updated the csync_ftw_type_e to the values of 0.90.4.
      Updated the version numbers in the error 'handler'.
      Applied slightly modified version of lluis' Pull Request.
      Use same sequence in usage section as in the documentation section.
      Removed the line specifying the tested versions of libocsync.
      Extended the Requirements section wrt installing the 'ocsync' binary.
      Merge pull request #54 from csawyerYumaed/use_limits
      Reversed order of last 2 password options.

Lluis Gili (1):
      enable bandwidth throttling

Lluís (1):
      don't crash on missing BWLimit section

Norman Rieß (1):
      Adding LICENSE file

Sandro Knauß (2):
      using Python Keyring Lib to store password in a safe manner.
      Release v0.3.1

craig (5):
      issue #7, if you do not specify a password, it will prompt you for it. also username has a useful default now.
      Merge branch 'master' of github.com:csawyerYumaed/pyOwnCloud
      starting to build a setup.py file and treat as a package
      Merge branch 'master' of github.com:csawyerYumaed/pyOwnCloud
      fix typo setup.py,

csawyerYumaed (15):
      Merge pull request #9 from diederikdehaas/master
      Merge pull request #10 from diederikdehaas/fix_find_libocsync
      Added installation instructions.
      formatting errors fixed?
      Merge pull request #15 from hefee/keyring
      issue #17, update readme.
      Update README.md
      changed the discussion place off of google Groups
      Merge pull request #18 from csawyerYumaed/installation
      Merge pull request #23 from csawyerYumaed/manpage
      Merge pull request #27 from csawyerYumaed/fix-use-keyring
      Merge pull request #29 from csawyerYumaed/tested_versions
      Merge pull request #44 from lluis/bandwidth_throttling
      Update README.md
      argparse on the list of requirements, in case on python 2.6

diederikdehaas (1):
      Merge pull request #21 from csawyerYumaed/keyring

hefee (30):
      Creating a better setup.py
      Makes pyOwnCloud installable and detect the correct version number.
      removes unnecessary print command.
      Make keyring not to use as default.
      adding use-keyring parameter to Readme.md
      adding manpage for csync
      one typo
      renaming to oclient
      Merge pull request #24 from csawyerYumaed/update_distribute_version
      fixing use-keyring is required, was not found in cfg file or on cmd line.
      pull down min version of distribute to 0.6.21
      add 0.70.5 to tested versions of libocsync
      Right parsing of argument parameters and the cfg
      Merge pull request #30 from csawyerYumaed/issue_28
      Fixed typos and grammer
      Tested versions of ocsync up to 0.70.7
      if no url is defined in config file and in commandline arguments we should throw a better error message.
      Merge pull request #48 from lluis/issue_47
      Cleanup README
      Update manpage for 0.3.1
      using ERRNAMES instead of there value
      Updated CHANGELOG
      Added csync version to error output
      get rid of useuploadlimit and downloadlimit
      Update README and manpage
      Fixes: Authentication callback prints real password in debug mode
      fixing inden in csynclib.py
      Updating CHANGELOG
      setup.py now uses ver.asString to be able to support major.minor.bugfix versions
      get rid of the fancy git update version.py

zie (1):
      Merge branch 'master' of github.com:csawyerYumaed/pyOwnCloud

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  35e9ab1   Reversed order of last 2 password options.
       new  cb55135   Release v0.3.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git



More information about the Pkg-owncloud-commits mailing list