The signed tag 'v2.3' was created.
Tagger: Pierre-Yves Chibon pingou@pingoured.fr Date: Tue Jun 10 11:47:39 2014 +0200
Release 2.3
Changes since the last tag 'v2.2':
Luke Macken (1): Fix a few docstring typos
Pierre-Yves Chibon (32): Order the ACL per branches Merge pull request #5 from fedora-infra/feature/docstring-fixes Order the users in the ACL output Add a dedicated pkgdb2version file that contains only the version information Let pkgdb2client rely on pkgdb2version to set its version information Update the setup.py to rely on pkgdb2version to set its version Fix the test and expand them to test get_package for multiple branches Add a global boolean allowing to turn on/off the authenticated tests (saves time) Remove un-used lines of code Small pep8 clean up Drop the pkgdb2version approach in favor of setup.py and relying on pkg_resources Add setuptools in the list of dependency Add the missing beautifulsoup4 as a requirement Give the possibility to set the username and password outside of the login function Honor the --username and --password command line arguments Fix incorrect docstring Merge pull request #10 from tyll/simplify pkgdb2client is a library, no need for if __name__ == '__main__' Merge pull request #12 from tyll/simplify Merge pull request #13 from tyll/cli Merge pull request #14 from tyll/simplify Merge pull request #9 from tyll/store_cookies If no password is provided, skip the auth tests If the user is already logged in via the session pickle, move on When listing packages, return all pages not just the first one Drop `--all` as this is now the default if `list` is called with no arguments Update the `list` method to return all packages unless specified otherwise Add a dedicated method to retrieve the current version of the pkgdb API Add method to retrieve the packages of a specific packager Adjust the pkgdb-cli list --user to rely on the new API added in pkgdb 1.6 Fix the tests to account for the presence of the `acls` key even if it's empty Adjust tests a little to make them more flexible
Ralph Bean (1): Merge pull request #11 from tyll/pep8
Till Maas (8): pkgdb2client: Remove duplicate code to call the API pkgdb2client: Allow low-level API calls pkgdb2client: Support on-demand authentication setup.py: Wrap line pkgdb2client: Cleanup on-demand login code pkgdb2_cli: Ask for password only if required PkgDB: Store cookies pkgdb2client: fix indentation
packagedb-cli-commits@lists.stg.fedorahosted.org