Skip to content

Commit

Permalink
Merge branch 'release/4.0.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jul 10, 2015
2 parents 906152f + 8859c93 commit 90d20a5
Show file tree
Hide file tree
Showing 60 changed files with 2,029 additions and 2,024 deletions.
2 changes: 1 addition & 1 deletion .pbwrapperhelp
Expand Up @@ -22,7 +22,7 @@ options:
--assume-installed <package=version>
add a virtual package to satisfy dependencies
--cachedir <dir> set an alternate package cache location
--color <when> colorize the output
--color <when> colourise the output
--config <path> set an alternate configuration file
--confirm always ask for confirmation
--dbonly only modify database entries, not package files
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -5,8 +5,8 @@ Appendix C. Changelog
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index:: CHANGELOG

Expand Down Expand Up @@ -47,6 +47,9 @@ More information can be found on GitHub in the `releases section <https://github
Version History
===============

4.0.1
* Fix ``prepare_deps`` for split PKGBUILDs (take all packages’ data, something makepkg actually does **not** do)

4.0.0
* Use RPCv4
* Use git clones instead of source tarballs (#34)
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Expand Up @@ -4,8 +4,8 @@ Appendix A. Contribution rules
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index:: contributing

Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Warrick <aur@chriswarrick.com>
pkgname=pkgbuilder
_pyname=pkgbuilder
pkgver=4.0.0
pkgver=4.0.1
pkgrel=1
pkgdesc='A Python AUR helper/library.'
arch=('any')
Expand All @@ -10,7 +10,7 @@ license=('BSD')
depends=('python' 'python-setuptools' 'pyalpm>=0.5.1-1' 'python-requests' 'python-srcinfo' 'rsync')
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('e878393d01328419ee485844392e4c5c')
md5sums=('6b20f4f9ecf12d239422453bc81b6c86')

package() {
cd "${srcdir}/${_pyname}-${pkgver}"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD-git
Expand Up @@ -2,7 +2,7 @@
pkgname=pkgbuilder-git
_pyname=pkgbuilder
_gitname=pkgbuilder
pkgver=4.0.0
pkgver=4.0.1
pkgrel=1
pkgdesc='A Python AUR helper/library. (git version)'
arch=('any')
Expand Down
4 changes: 2 additions & 2 deletions README
Expand Up @@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
=====================================================
:Info: This is the README file for PKGBUILDer.
:Author: Chris Warrick <chris@chriswarrick.com>
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index: README

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
=====================================================
:Info: This is the README file for PKGBUILDer.
:Author: Chris Warrick <chris@chriswarrick.com>
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index: README
Expand Down
7 changes: 5 additions & 2 deletions docs/CHANGELOG.rst
Expand Up @@ -5,8 +5,8 @@ Appendix C. Changelog
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index:: CHANGELOG

Expand Down Expand Up @@ -47,6 +47,9 @@ More information can be found on GitHub in the `releases section <https://github
Version History
===============

4.0.1
* Fix ``prepare_deps`` for split PKGBUILDs (take all packages’ data, something makepkg actually does **not** do)

4.0.0
* Use RPCv4
* Use git clones instead of source tarballs (#34)
Expand Down
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.rst
Expand Up @@ -4,8 +4,8 @@ Appendix A. Contribution rules
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index:: contributing

Expand Down
4 changes: 2 additions & 2 deletions docs/LICENSE.rst
Expand Up @@ -3,8 +3,8 @@ Appendix B. License for PKGBUILDer
==================================
:Info: This is the license for PKGBUILDer.
:Author: Chris Warrick <chris@chriswarrick.com>
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index:: LICENSE

Expand Down
4 changes: 2 additions & 2 deletions docs/README.rst
Expand Up @@ -3,8 +3,8 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
=====================================================
:Info: This is the README file for PKGBUILDer.
:Author: Chris Warrick <chris@chriswarrick.com>
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index: README
Expand Down
4 changes: 2 additions & 2 deletions docs/aur.rst
Expand Up @@ -4,8 +4,8 @@ aur module (AUR class)
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index:: AUR; RPC
.. index:: RPC
Expand Down
4 changes: 2 additions & 2 deletions docs/build.rst
Expand Up @@ -5,8 +5,8 @@ build module
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index:: build
.. versionadded:: 2.1.0.0
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '4.0.0'
version = '4.0.1'
# The full version, including alpha/beta/rc tags.
release = '4.0.0'
release = '4.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/exceptions.rst
Expand Up @@ -5,8 +5,8 @@ Exceptions in PKGBUILDer
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index:: Exceptions
.. versionadded:: 3.0.0
Expand Down
4 changes: 2 additions & 2 deletions docs/main.rst
Expand Up @@ -4,8 +4,8 @@ __main__ module
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index:: main
.. versionchanged:: 4.0.0
Expand Down
4 changes: 2 additions & 2 deletions docs/package.rst
Expand Up @@ -5,8 +5,8 @@ package module (Package, AURPackage, ABSPackage classes)
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index:: Package
.. index:: AURPackage
Expand Down
4 changes: 2 additions & 2 deletions docs/pb.rst
Expand Up @@ -6,8 +6,8 @@ PBWrapper
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or Appendix B.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1
:Wrapper Version: 0.2.3
:Manual section: 8
:Manual group: PKGBUILDer manual
Expand Down
4 changes: 2 additions & 2 deletions docs/pbds.rst
Expand Up @@ -5,8 +5,8 @@ pbds module (PBDS class)
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. module: pbds
Expand Down
4 changes: 2 additions & 2 deletions docs/pkgbuilder.rst
Expand Up @@ -6,8 +6,8 @@ PKGBUILDer
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or Appendix B.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1
:Manual section: 8
:Manual group: PKGBUILDer manual

Expand Down
4 changes: 2 additions & 2 deletions docs/sample-scripts.rst
Expand Up @@ -4,8 +4,8 @@ PKGBUILDer Sample Scripts
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index:: sample scripts

Expand Down
4 changes: 2 additions & 2 deletions docs/ui.rst
Expand Up @@ -5,8 +5,8 @@ ui module (UI class)
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index:: UI
.. versionadded:: 3.0.0
Expand Down
4 changes: 2 additions & 2 deletions docs/upgrade.rst
Expand Up @@ -5,8 +5,8 @@ upgrade module
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index:: upgrade
.. index:: Syu
Expand Down
4 changes: 2 additions & 2 deletions docs/utils.rst
Expand Up @@ -5,8 +5,8 @@ utils module
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1

.. index:: utils
.. versionadded:: 2.1.0.0
Expand Down
4 changes: 2 additions & 2 deletions docs/wrapper.rst
Expand Up @@ -4,8 +4,8 @@ PBWrapper
:Author: Chris Warrick <chris@chriswarrick.com>
:Copyright: © 2011-2015, Chris Warrick.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2015-06-29
:Version: 4.0.0
:Date: 2015-07-10
:Version: 4.0.1
:PBWrapper Version: 0.2.3

.. index:: wrapper
Expand Down
Binary file modified locale/ar/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.

0 comments on commit 90d20a5

Please sign in to comment.