Skip to content

Commit

Permalink
v3.1.12: fix setup.py (third release of the day)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris “Kwpolska” Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Jan 22, 2014
1 parent 29490eb commit ba561bc
Show file tree
Hide file tree
Showing 39 changed files with 61 additions and 45 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Appendix C. Changelog
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index:: CHANGELOG

Expand Down Expand Up @@ -50,9 +50,18 @@ Version History
Generation 3
------------

3.1.12
Make setup.py work properly and have PKGBUILDer install.

3.1.11
* Fix AUR/HTTP exceptions reporting. (via Issue #28)

3.1.12
Make setup.py work properly and have PKGBUILDer install.

3.1.11
* Fix a small bug, leading to misreporting certain AUR/HTTP exceptions.

3.1.10
* Inexistent packages don’t crash badly anymore
* AUR-dependency-builds do not crash everything either
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Appendix A. Contribution rules
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index:: contributing

Expand Down
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Maintainer: Kwpolska <[email protected]>
pkgname=pkgbuilder
_pyname=pkgbuilder
pkgver=3.1.11
pkgver=3.1.12
pkgrel=1
pkgdesc='A Python AUR helper/library.'
arch=('any')
url='https://github.com/Kwpolska/pkgbuilder'
license=('BSD')
depends=('python' 'pyalpm>=0.5.1-1' 'python-requests' 'rsync')
options=(!emptydirs)
source=("http://pypi.python.org/packages/source/$(echo ${_pyname} | cut -c1)/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('59f36101dccced42e371b9a9f99d472d')
source=("http://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('e2f5c05ad653352db8d2392a09268c88')

package() {
cd "${srcdir}/${_pyname}-${pkgver}"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD-git
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pkgname=pkgbuilder-git
_pyname=pkgbuilder
_gitname=pkgbuilder
pkgver=3.1.11
pkgver=3.1.12
pkgrel=1
pkgdesc='A Python AUR helper/library. (git version)'
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
:Info: This is the README file for PKGBUILDer.
:Author: Chris “Kwpolska” Warrick <[email protected]>
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index: README

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
:Info: This is the README file for PKGBUILDer.
:Author: Chris “Kwpolska” Warrick <[email protected]>
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index: README
Expand Down
8 changes: 7 additions & 1 deletion docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Appendix C. Changelog
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index:: CHANGELOG

Expand Down Expand Up @@ -50,9 +50,15 @@ Version History
Generation 3
------------

3.1.12
Make setup.py work properly and have PKGBUILDer install.

3.1.11
* Fix AUR/HTTP exceptions reporting. (via Issue #28)

3.1.12
Make setup.py work properly and have PKGBUILDer install.

3.1.11
* Fix a small bug, leading to misreporting certain AUR/HTTP exceptions.

Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Appendix A. Contribution rules
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index:: contributing

Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Appendix B. License for PKGBUILDer
:Info: This is the license for PKGBUILDer.
:Author: Chris “Kwpolska” Warrick <[email protected]>
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index:: LICENSE

Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PKGBUILDer. An AUR helper (and library) in Python 3.
:Info: This is the README file for PKGBUILDer.
:Author: Chris “Kwpolska” Warrick <[email protected]>
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index: README
Expand Down
2 changes: 1 addition & 1 deletion docs/aur.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aur module (AUR class)
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index:: AUR; RPC
.. index:: RPC
Expand Down
2 changes: 1 addition & 1 deletion docs/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build module
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index:: build
.. versionadded:: 2.1.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '3.1.11'
release = '3.1.12'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Exceptions in PKGBUILDer
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index:: Exceptions
.. versionadded:: 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ main module
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index:: main
.. versionadded:: 2.1.3.0
Expand Down
2 changes: 1 addition & 1 deletion docs/package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package module (Package, AURPackage, ABSPackage classes)
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index:: Package
.. index:: AURPackage
Expand Down
2 changes: 1 addition & 1 deletion docs/pb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PBWrapper
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or Appendix B.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12
:Wrapper Version: 0.2.3
:Manual section: 8
:Manual group: PKGBUILDer manual
Expand Down
2 changes: 1 addition & 1 deletion docs/pbds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pbds module (PBDS class)
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. module: pbds
Expand Down
2 changes: 1 addition & 1 deletion docs/pkgbuilder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PKGBUILDer
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or Appendix B.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12
:Manual section: 8
:Manual group: PKGBUILDer manual

Expand Down
2 changes: 1 addition & 1 deletion docs/sample-scripts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PKGBUILDer Sample Scripts
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index:: sample scripts

Expand Down
2 changes: 1 addition & 1 deletion docs/ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ui module (UI class)
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index:: UI
.. versionadded:: 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ upgrade module
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index:: upgrade
.. index:: Syu
Expand Down
2 changes: 1 addition & 1 deletion docs/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ utils module
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12

.. index:: utils
.. versionadded:: 2.1.0.0
Expand Down
2 changes: 1 addition & 1 deletion docs/wrapper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PBWrapper
:Copyright: © 2011-2014, Kwpolska.
:License: BSD (see /LICENSE or :doc:`Appendix B <LICENSE>`.)
:Date: 2014-01-22
:Version: 3.1.11
:Version: 3.1.12
:PBWrapper Version: 0.2.3

.. index:: wrapper
Expand Down
Binary file modified locale/es/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions locale/es/LC_MESSAGES/pkgbuilder.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
# tufadorin <[email protected]>, 2013
msgid ""
msgstr ""
"Project-Id-Version: 3.1.11\n"
"Project-Id-Version: 3.1.12\n"
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\n"
"POT-Creation-Date: 2014-01-22 16:25+0100\n"
"POT-Creation-Date: 2014-01-22 17:55+0100\n"
"PO-Revision-Date: 2013-08-23 15:58+0000\n"
"Last-Translator: Kwpolska <[email protected]>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/pkgbuilder/"
Expand Down
Binary file modified locale/it/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions locale/it/LC_MESSAGES/pkgbuilder.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
# Kwpolska <[email protected]>, 2013
msgid ""
msgstr ""
"Project-Id-Version: 3.1.11\n"
"Project-Id-Version: 3.1.12\n"
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\n"
"POT-Creation-Date: 2014-01-22 16:25+0100\n"
"POT-Creation-Date: 2014-01-22 17:55+0100\n"
"PO-Revision-Date: 2013-08-23 15:58+0000\n"
"Last-Translator: Kwpolska <[email protected]>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/pkgbuilder/"
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: 3.1.11\n"
"Project-Id-Version: 3.1.12\n"
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\n"
"POT-Creation-Date: 2014-01-22 16:25+0100\n"
"POT-Creation-Date: 2014-01-22 17:55+0100\n"
"PO-Revision-Date: 2013-08-23 15:58+0000\n"
"Last-Translator: Kwpolska <[email protected]>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/pkgbuilder/"
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# Kwpolska <[email protected]>, 2013
msgid ""
msgstr ""
"Project-Id-Version: 3.1.11\n"
"Project-Id-Version: 3.1.12\n"
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\n"
"POT-Creation-Date: 2014-01-22 16:25+0100\n"
"POT-Creation-Date: 2014-01-22 17:55+0100\n"
"PO-Revision-Date: 2013-08-23 15:59+0000\n"
"Last-Translator: Kwpolska <[email protected]>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/pkgbuilder/"
Expand Down
Binary file modified locale/tr/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions locale/tr/LC_MESSAGES/pkgbuilder.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
# yfdogan <[email protected]>, 2013
msgid ""
msgstr ""
"Project-Id-Version: 3.1.11\n"
"Project-Id-Version: 3.1.12\n"
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\n"
"POT-Creation-Date: 2014-01-22 16:25+0100\n"
"POT-Creation-Date: 2014-01-22 17:55+0100\n"
"PO-Revision-Date: 2013-08-23 15:58+0000\n"
"Last-Translator: Kwpolska <[email protected]>\n"
"Language-Team: Turkish (http://www.transifex.com/projects/p/pkgbuilder/"
Expand Down
Binary file modified locale/vi/LC_MESSAGES/pkgbuilder.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions locale/vi/LC_MESSAGES/pkgbuilder.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# ppanhh <[email protected]>, 2013
msgid ""
msgstr ""
"Project-Id-Version: 3.1.11\n"
"Project-Id-Version: 3.1.12\n"
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\n"
"POT-Creation-Date: 2014-01-22 16:25+0100\n"
"POT-Creation-Date: 2014-01-22 17:55+0100\n"
"PO-Revision-Date: 2013-08-23 15:58+0000\n"
"Last-Translator: Kwpolska <[email protected]>\n"
"Language-Team: Vietnamese (http://www.transifex.com/projects/p/pkgbuilder/"
Expand Down
6 changes: 3 additions & 3 deletions messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 3.1.11\n"
"Project-Id-Version: 3.1.12\n"
"Report-Msgid-Bugs-To: Kwpolska <[email protected]>\n"
"POT-Creation-Date: 2014-01-22 16:25+0100\n"
"PO-Revision-Date: 2014-01-22 16:25+0100\n"
"POT-Creation-Date: 2014-01-22 17:55+0100\n"
"PO-Revision-Date: 2014-01-22 17:55+0100\n"
"Last-Translator: Kwpolska <[email protected]>\n"
"Language-Team: Kwpolska <[email protected]>\n"
"Language: en\n"
Expand Down
2 changes: 1 addition & 1 deletion pkgbuilder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"""

__title__ = 'PKGBUILDer'
__version__ = '3.1.11'
__version__ = '3.1.12'
__author__ = 'Kwpolska'
__license__ = '3-clause BSD'
__docformat__ = 'restructuredtext en'
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
#!/usr/bin/env python3

try:
from setuptools import setup
except ImportError:
from distutils.core import setup

import codecs

setup(name='pkgbuilder',
version='3.1.11',
version='3.1.12',
description='An AUR helper (and library) in Python 3.',
keywords='arch pkgbuild',
author='Chris “Kwpolska” Warrick',
author_email='[email protected]',
url='https://github.com/Kwpolska/pkgbuilder',
license='3-clause BSD',
long_description=open('./docs/README.rst').read(),
long_description=codecs.open('./docs/README.rst', 'r', 'utf-8').read(),
platforms='Arch Linux',
zip_safe=False,
test_suite='tests',
Expand Down

0 comments on commit ba561bc

Please sign in to comment.