diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c22d248..c69277e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ Appendix C. Changelog :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index:: CHANGELOG @@ -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 diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 9a4df5a..abac34d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -5,7 +5,7 @@ Appendix A. Contribution rules :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index:: contributing diff --git a/PKGBUILD b/PKGBUILD index c37318f..25c925f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Kwpolska pkgname=pkgbuilder _pyname=pkgbuilder -pkgver=3.1.11 +pkgver=3.1.12 pkgrel=1 pkgdesc='A Python AUR helper/library.' arch=('any') @@ -9,8 +9,8 @@ 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}" diff --git a/PKGBUILD-git b/PKGBUILD-git index 009f11b..f2a84dd 100644 --- a/PKGBUILD-git +++ b/PKGBUILD-git @@ -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') diff --git a/README b/README index 96bcbb5..3e08722 100644 --- a/README +++ b/README @@ -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 :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index: README diff --git a/README.rst b/README.rst index 96bcbb5..3e08722 100644 --- a/README.rst +++ b/README.rst @@ -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 :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index: README diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 8190c8c..c69277e 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -6,7 +6,7 @@ Appendix C. Changelog :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index:: CHANGELOG @@ -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. diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index 9a4df5a..abac34d 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -5,7 +5,7 @@ Appendix A. Contribution rules :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index:: contributing diff --git a/docs/LICENSE.rst b/docs/LICENSE.rst index 1d417a0..07074a5 100644 --- a/docs/LICENSE.rst +++ b/docs/LICENSE.rst @@ -4,7 +4,7 @@ Appendix B. License for PKGBUILDer :Info: This is the license for PKGBUILDer. :Author: Chris “Kwpolska” Warrick :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index:: LICENSE diff --git a/docs/README.rst b/docs/README.rst index 96bcbb5..3e08722 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -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 :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index: README diff --git a/docs/aur.rst b/docs/aur.rst index 23eb5d5..e4905c0 100644 --- a/docs/aur.rst +++ b/docs/aur.rst @@ -5,7 +5,7 @@ aur module (AUR class) :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index:: AUR; RPC .. index:: RPC diff --git a/docs/build.rst b/docs/build.rst index 941260c..15b06db 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -6,7 +6,7 @@ build module :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index:: build .. versionadded:: 2.1.0.0 diff --git a/docs/conf.py b/docs/conf.py index 91c104b..21db25a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/docs/exceptions.rst b/docs/exceptions.rst index 4947fa7..7c59ee5 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst @@ -6,7 +6,7 @@ Exceptions in PKGBUILDer :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index:: Exceptions .. versionadded:: 3.0.0 diff --git a/docs/main.rst b/docs/main.rst index d36a67c..5f231d6 100644 --- a/docs/main.rst +++ b/docs/main.rst @@ -5,7 +5,7 @@ main module :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index:: main .. versionadded:: 2.1.3.0 diff --git a/docs/package.rst b/docs/package.rst index 3f0e6cd..afa09c1 100644 --- a/docs/package.rst +++ b/docs/package.rst @@ -6,7 +6,7 @@ package module (Package, AURPackage, ABSPackage classes) :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index:: Package .. index:: AURPackage diff --git a/docs/pb.rst b/docs/pb.rst index 8ffbdfc..999c994 100644 --- a/docs/pb.rst +++ b/docs/pb.rst @@ -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 diff --git a/docs/pbds.rst b/docs/pbds.rst index 672d68d..bd2df93 100644 --- a/docs/pbds.rst +++ b/docs/pbds.rst @@ -6,7 +6,7 @@ pbds module (PBDS class) :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. module: pbds diff --git a/docs/pkgbuilder.rst b/docs/pkgbuilder.rst index 5d4c053..cd5dd2d 100644 --- a/docs/pkgbuilder.rst +++ b/docs/pkgbuilder.rst @@ -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 diff --git a/docs/sample-scripts.rst b/docs/sample-scripts.rst index 2809de6..a5e74f8 100644 --- a/docs/sample-scripts.rst +++ b/docs/sample-scripts.rst @@ -5,7 +5,7 @@ PKGBUILDer Sample Scripts :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index:: sample scripts diff --git a/docs/ui.rst b/docs/ui.rst index 0f5d7b7..80d6b3b 100644 --- a/docs/ui.rst +++ b/docs/ui.rst @@ -6,7 +6,7 @@ ui module (UI class) :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index:: UI .. versionadded:: 3.0.0 diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 033e481..daaafe5 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -6,7 +6,7 @@ upgrade module :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index:: upgrade .. index:: Syu diff --git a/docs/utils.rst b/docs/utils.rst index 542555b..f4b6aca 100644 --- a/docs/utils.rst +++ b/docs/utils.rst @@ -6,7 +6,7 @@ utils module :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 .. index:: utils .. versionadded:: 2.1.0.0 diff --git a/docs/wrapper.rst b/docs/wrapper.rst index 33acb4c..b5e849c 100644 --- a/docs/wrapper.rst +++ b/docs/wrapper.rst @@ -5,7 +5,7 @@ PBWrapper :Copyright: © 2011-2014, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2014-01-22 -:Version: 3.1.11 +:Version: 3.1.12 :PBWrapper Version: 0.2.3 .. index:: wrapper diff --git a/locale/es/LC_MESSAGES/pkgbuilder.mo b/locale/es/LC_MESSAGES/pkgbuilder.mo index 748ca4e..d142d2a 100644 Binary files a/locale/es/LC_MESSAGES/pkgbuilder.mo and b/locale/es/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/es/LC_MESSAGES/pkgbuilder.po b/locale/es/LC_MESSAGES/pkgbuilder.po index a492940..55d8837 100644 --- a/locale/es/LC_MESSAGES/pkgbuilder.po +++ b/locale/es/LC_MESSAGES/pkgbuilder.po @@ -9,9 +9,9 @@ # tufadorin , 2013 msgid "" msgstr "" -"Project-Id-Version: 3.1.11\n" +"Project-Id-Version: 3.1.12\n" "Report-Msgid-Bugs-To: Kwpolska \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 \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/pkgbuilder/" diff --git a/locale/it/LC_MESSAGES/pkgbuilder.mo b/locale/it/LC_MESSAGES/pkgbuilder.mo index a9827d5..a90d1e6 100644 Binary files a/locale/it/LC_MESSAGES/pkgbuilder.mo and b/locale/it/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/it/LC_MESSAGES/pkgbuilder.po b/locale/it/LC_MESSAGES/pkgbuilder.po index 9c0ba80..231424a 100644 --- a/locale/it/LC_MESSAGES/pkgbuilder.po +++ b/locale/it/LC_MESSAGES/pkgbuilder.po @@ -8,9 +8,9 @@ # Kwpolska , 2013 msgid "" msgstr "" -"Project-Id-Version: 3.1.11\n" +"Project-Id-Version: 3.1.12\n" "Report-Msgid-Bugs-To: Kwpolska \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 \n" "Language-Team: Italian (http://www.transifex.com/projects/p/pkgbuilder/" diff --git a/locale/ja/LC_MESSAGES/pkgbuilder.mo b/locale/ja/LC_MESSAGES/pkgbuilder.mo index 76233de..3bc5101 100644 Binary files a/locale/ja/LC_MESSAGES/pkgbuilder.mo and b/locale/ja/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/ja/LC_MESSAGES/pkgbuilder.po b/locale/ja/LC_MESSAGES/pkgbuilder.po index b233ec1..834a106 100644 --- a/locale/ja/LC_MESSAGES/pkgbuilder.po +++ b/locale/ja/LC_MESSAGES/pkgbuilder.po @@ -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 \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 \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/pkgbuilder/" diff --git a/locale/pl/LC_MESSAGES/pkgbuilder.mo b/locale/pl/LC_MESSAGES/pkgbuilder.mo index cb84624..64e2420 100644 Binary files a/locale/pl/LC_MESSAGES/pkgbuilder.mo and b/locale/pl/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/pl/LC_MESSAGES/pkgbuilder.po b/locale/pl/LC_MESSAGES/pkgbuilder.po index 7a15fea..28b9054 100644 --- a/locale/pl/LC_MESSAGES/pkgbuilder.po +++ b/locale/pl/LC_MESSAGES/pkgbuilder.po @@ -7,9 +7,9 @@ # Kwpolska , 2013 msgid "" msgstr "" -"Project-Id-Version: 3.1.11\n" +"Project-Id-Version: 3.1.12\n" "Report-Msgid-Bugs-To: Kwpolska \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 \n" "Language-Team: Polish (http://www.transifex.com/projects/p/pkgbuilder/" diff --git a/locale/tr/LC_MESSAGES/pkgbuilder.mo b/locale/tr/LC_MESSAGES/pkgbuilder.mo index 5a851c1..7068d40 100644 Binary files a/locale/tr/LC_MESSAGES/pkgbuilder.mo and b/locale/tr/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/tr/LC_MESSAGES/pkgbuilder.po b/locale/tr/LC_MESSAGES/pkgbuilder.po index 68dec93..eea1da9 100644 --- a/locale/tr/LC_MESSAGES/pkgbuilder.po +++ b/locale/tr/LC_MESSAGES/pkgbuilder.po @@ -8,9 +8,9 @@ # yfdogan , 2013 msgid "" msgstr "" -"Project-Id-Version: 3.1.11\n" +"Project-Id-Version: 3.1.12\n" "Report-Msgid-Bugs-To: Kwpolska \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 \n" "Language-Team: Turkish (http://www.transifex.com/projects/p/pkgbuilder/" diff --git a/locale/vi/LC_MESSAGES/pkgbuilder.mo b/locale/vi/LC_MESSAGES/pkgbuilder.mo index 5f744c9..83b6fc1 100644 Binary files a/locale/vi/LC_MESSAGES/pkgbuilder.mo and b/locale/vi/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/vi/LC_MESSAGES/pkgbuilder.po b/locale/vi/LC_MESSAGES/pkgbuilder.po index 6972326..ba6893c 100644 --- a/locale/vi/LC_MESSAGES/pkgbuilder.po +++ b/locale/vi/LC_MESSAGES/pkgbuilder.po @@ -7,9 +7,9 @@ # ppanhh , 2013 msgid "" msgstr "" -"Project-Id-Version: 3.1.11\n" +"Project-Id-Version: 3.1.12\n" "Report-Msgid-Bugs-To: Kwpolska \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 \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/pkgbuilder/" diff --git a/messages.pot b/messages.pot index 0989c76..c7d213e 100644 --- a/messages.pot +++ b/messages.pot @@ -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 \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 \n" "Language-Team: Kwpolska \n" "Language: en\n" diff --git a/pkgbuilder/__init__.py b/pkgbuilder/__init__.py index a6e6911..6440f7c 100644 --- a/pkgbuilder/__init__.py +++ b/pkgbuilder/__init__.py @@ -44,7 +44,7 @@ """ __title__ = 'PKGBUILDer' -__version__ = '3.1.11' +__version__ = '3.1.12' __author__ = 'Kwpolska' __license__ = '3-clause BSD' __docformat__ = 'restructuredtext en' diff --git a/setup.py b/setup.py index bd04ff7..055e41f 100755 --- a/setup.py +++ b/setup.py @@ -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='kwpolska@kwpolska.tk', 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',