Skip to content

Commit

Permalink
v2.1.5.2: -u bugfix (Thanks @fosskers/aura and ghc for being broken!)
Browse files Browse the repository at this point in the history
Signed-off-by: Kwpolska <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Oct 10, 2012
1 parent 0b8e2a8 commit 48497f7
Show file tree
Hide file tree
Showing 44 changed files with 76 additions and 69 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -5,8 +5,8 @@ Appendix C. Changelog
:Author: Kwpolska <kwpolska@kwpolska.tk>
:Copyright: © 2011-2012, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

.. index:: CHANGELOG

Expand All @@ -23,6 +23,8 @@ PKGBUILDer uses the following versioning scheme:

Generation 2
============
:2.1.5.2: Fixed a bug where an error in makepkg while running an Upgrade
crashed PB and thrown an unhelpful traceback.
:2.1.5.1: More tiny bugfixes.
:2.1.5.0: A release including the sample scripts, among other stuff. This is a
release which now has all the functionality I want it to have. And
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Expand Up @@ -4,8 +4,8 @@ Appendix D. Contribution rules
:Author: Kwpolska <kwpolska@kwpolska.tk>
:Copyright: © 2011-2012, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

Do you want to contribute to this project? Great! I’d love to see some help,
but you need to comply with some easy rules.
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
@@ -1,9 +1,12 @@
include INSTALL.py
include LICENSE
include README.rst
include README
include AUTHORS
include requirements.txt
include PKGBUILD
include PKGBUILD-git
include CHANGELOG.rst
recursive-include docs *
recursive-include bin *
recursive-include pkgbuilder *.py
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kwpolska <kwpolska@kwpolska.tk>
pkgname=pkgbuilder
pkgver=2.1.5.1
pkgver=2.1.5.2
pkgrel=1
pkgdesc='A Python AUR helper/library.'
arch=('any')
Expand All @@ -9,7 +9,7 @@ license=('BSD')
depends=('python' 'pyalpm>=0.5.1-1' 'python-requests')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('2441adaa3683e7f9bb80f5a751fc579b')
md5sums=('963e7c3fe077e37b4546ae75e72674a1')

package() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD-git
@@ -1,6 +1,6 @@
# Maintainer: Kwpolska <kwpolska@kwpolska.tk>
pkgname=pkgbuilder-git
pkgver=20121006
pkgver=20121010
pkgrel=1
pkgdesc='A Python AUR helper/library. Version from git.'
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: Kwpolska <kwpolska@kwpolska.tk>
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

.. 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: Kwpolska <kwpolska@kwpolska.tk>
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

.. index: README
Expand Down
Binary file removed dist/pkgbuilder-2.1.5.1.tar.gz
Binary file not shown.
6 changes: 4 additions & 2 deletions docs/CHANGELOG.rst
Expand Up @@ -5,8 +5,8 @@ Appendix C. Changelog
:Author: Kwpolska <kwpolska@kwpolska.tk>
:Copyright: © 2011-2012, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

.. index:: CHANGELOG

Expand All @@ -23,6 +23,8 @@ PKGBUILDer uses the following versioning scheme:

Generation 2
============
:2.1.5.2: Fixed a bug where an error in makepkg while running an Upgrade
crashed PB and thrown an unhelpful traceback.
:2.1.5.1: More tiny bugfixes.
:2.1.5.0: A release including the sample scripts, among other stuff. This is a
release which now has all the functionality I want it to have. And
Expand Down
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.rst
Expand Up @@ -4,8 +4,8 @@ Appendix D. Contribution rules
:Author: Kwpolska <kwpolska@kwpolska.tk>
:Copyright: © 2011-2012, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

Do you want to contribute to this project? Great! I’d love to see some help,
but you need to comply with some easy rules.
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: Kwpolska <kwpolska@kwpolska.tk>
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

.. 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: Kwpolska <kwpolska@kwpolska.tk>
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

.. index: README
Expand Down
4 changes: 2 additions & 2 deletions docs/TODO.rst
Expand Up @@ -3,8 +3,8 @@ Appendix E. TODO for PKGBUILDer
===============================
:Author: Kwpolska
:Copyright: See Appendix B.
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

.. index:: TODO

Expand Down
4 changes: 2 additions & 2 deletions docs/aur.rst
Expand Up @@ -4,8 +4,8 @@ aur module (AUR class)
:Author: Kwpolska
:Copyright: © 2011-2012, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

.. module:: aur

Expand Down
4 changes: 2 additions & 2 deletions docs/build.rst
Expand Up @@ -4,8 +4,8 @@ build module (Build class)
:Author: Kwpolska
:Copyright: © 2011-2012, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

.. module:: build

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2.1.5'
# The full version, including alpha/beta/rc tags.
release = '2.1.5.1'
release = '2.1.5.2'

# 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/localization.rst
Expand Up @@ -4,8 +4,8 @@ Appendix A. Localization Guide
:Author: Kwpolska
:Copyright: © 2011-2012, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

.. index:: locale

Expand Down
4 changes: 2 additions & 2 deletions docs/main.rst
Expand Up @@ -4,8 +4,8 @@ main module
:Author: Kwpolska
:Copyright: © 2011-2012, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

.. index:: main
.. versionadded:: 2.1.3.0
Expand Down
Binary file modified docs/pb.8.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/pb.rst
Expand Up @@ -6,8 +6,8 @@ PBWrapper
:Author: Kwpolska <kwpolska@kwpolska.tk>
:Copyright: © 2011-2012, Kwpolska.
:License: BSD (see /LICENSE or Appendix B.)
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2
:Wrapper Version: 0.1.4
: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: Kwpolska
:Copyright: © 2011-2012, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

.. module: pbds
Expand Down
Binary file modified docs/pkgbuilder.8.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/pkgbuilder.rst
Expand Up @@ -6,8 +6,8 @@ PKGBUILDer
:Author: Kwpolska <kwpolska@kwpolska.tk>
:Copyright: © 2011-2012, Kwpolska.
:License: BSD (see /LICENSE or Appendix B.)
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2
: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: Kwpolska
:Copyright: © 2011-2012, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

.. index:: sample scripts

Expand Down
4 changes: 2 additions & 2 deletions docs/upgrade.rst
Expand Up @@ -5,8 +5,8 @@ upgrade module (Upgrade class)
:Author: Kwpolska
:Copyright: © 2011-2012, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

.. module:: upgrade

Expand Down
4 changes: 2 additions & 2 deletions docs/utils.rst
Expand Up @@ -5,8 +5,8 @@ utils module (Utils class)
:Author: Kwpolska
:Copyright: © 2011-2012, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2

.. module:: utils

Expand Down
4 changes: 2 additions & 2 deletions docs/wrapper.rst
Expand Up @@ -4,8 +4,8 @@ PBWrapper
:Author: Kwpolska
:Copyright: © 2011-2012, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2012-10-06
:Version: 2.1.5.1
:Date: 2012-10-10
:Version: 2.1.5.2
:PBWrapper Version: 0.1.4

.. index:: wrapper
Expand Down
Binary file modified locale/en/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions locale/en/LC_MESSAGES/pkgbuilder.po
Expand Up @@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 2.1.5.1\n"
"Project-Id-Version: 2.1.5.2\n"
"Report-Msgid-Bugs-To: Kwpolska <kwpolska@kwpolska.tk>\n"
"POT-Creation-Date: 2012-10-06 12:35+0200\n"
"POT-Creation-Date: 2012-10-10 20:33+0200\n"
"PO-Revision-Date: 2012-09-08 12:44+0100\n"
"Last-Translator: Kwpolska <kwpolska@kwpolska.tk>\n"
"Language-Team: Kwpolska <kwpolska@kwpolska.tk>\n"
Expand Down
Binary file modified locale/ja/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions locale/ja/LC_MESSAGES/pkgbuilder.po
Expand Up @@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 2.1.5.1\n"
"Project-Id-Version: 2.1.5.2\n"
"Report-Msgid-Bugs-To: Kwpolska <kwpolska@kwpolska.tk>\n"
"POT-Creation-Date: 2012-10-06 12:35+0200\n"
"POT-Creation-Date: 2012-10-10 20:33+0200\n"
"PO-Revision-Date: 2012-09-21 20:21+0200\n"
"Last-Translator: Colin Woodbury <colingw@gmail.com>\n"
"Language-Team: Colin Woodbury <colingw@gmail.com>\n"
Expand Down
Binary file modified locale/pl/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions locale/pl/LC_MESSAGES/pkgbuilder.po
Expand Up @@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 2.1.5.1\n"
"Project-Id-Version: 2.1.5.2\n"
"Report-Msgid-Bugs-To: Kwpolska <kwpolska@kwpolska.tk>\n"
"POT-Creation-Date: 2012-10-06 12:35+0200\n"
"POT-Creation-Date: 2012-10-10 20:33+0200\n"
"PO-Revision-Date: 2012-09-08 12:44+0100\n"
"Last-Translator: Kwpolska <kwpolska@kwpolska.tk>\n"
"Language-Team: Kwpolska <kwpolska@kwpolska.tk>\n"
Expand Down
6 changes: 3 additions & 3 deletions messages.pot
Expand Up @@ -5,10 +5,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 2.1.5.1\n"
"Project-Id-Version: 2.1.5.2\n"
"Report-Msgid-Bugs-To: Kwpolska <kwpolska@kwpolska.tk>\n"
"POT-Creation-Date: 2012-10-06 12:35+0200\n"
"PO-Revision-Date: 2012-10-06 12:35+0200\n"
"POT-Creation-Date: 2012-10-10 20:33+0200\n"
"PO-Revision-Date: 2012-10-10 20:33+0200\n"
"Last-Translator: Kwpolska <kwpolska@kwpolska.tk>\n"
"Language-Team: Kwpolska <kwpolska@kwpolska.tk>\n"
"Language: en\n"
Expand Down
4 changes: 2 additions & 2 deletions pkgbuilder/__init__.py
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v2.1.5.1
# PKGBUILDer v2.1.5.2
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2012, Kwpolska.
# All rights reserved.
Expand Down Expand Up @@ -44,7 +44,7 @@
"""

__title__ = 'PKGBUILDer'
__version__ = '2.1.5.1'
__version__ = '2.1.5.2'
__author__ = 'Kwpolska'
__license__ = '3-clause BSD'
__docformat__ = 'restructuredtext en'
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/aur.py
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v2.1.5.1
# PKGBUILDer v2.1.5.2
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2012, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/build.py
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v2.1.5.1
# PKGBUILDer v2.1.5.2
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2012, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/main.py
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v2.1.5.1
# PKGBUILDer v2.1.5.2
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2012, Kwpolska.
# See /LICENSE for licensing information.
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/pbds.py
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# -*- encoding: utf-8 -*-
# PKGBUILDer v2.1.5.1
# PKGBUILDer v2.1.5.2
# An AUR helper (and library) in Python 3.
# Copyright © 2011-2012, Kwpolska.
# See /LICENSE for licensing information.
Expand Down

0 comments on commit 48497f7

Please sign in to comment.