diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5625afc..db8cd7e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ Appendix C. Changelog :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. index:: CHANGELOG diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e59ccd1..89088bd 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -5,7 +5,7 @@ Appendix A. Contribution rules :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. index:: contributing diff --git a/PKGBUILD b/PKGBUILD index e2b17eb..6947d44 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Kwpolska pkgname=pkgbuilder -pkgver=2.1.5.10 +pkgver=2.1.5.11 pkgrel=1 pkgdesc='A Python AUR helper/library.' arch=('any') @@ -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=('433aa4682097345260bdd5ff029eb462') +md5sums=('39fa69c65a76c9320b5d99090cccc637') package() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/README b/README index 4285826..aa6ea6c 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: Kwpolska :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. index: README diff --git a/README.rst b/README.rst index 4285826..aa6ea6c 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: Kwpolska :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. index: README diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 5625afc..db8cd7e 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -6,7 +6,7 @@ Appendix C. Changelog :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. index:: CHANGELOG diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index e59ccd1..89088bd 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -5,7 +5,7 @@ Appendix A. Contribution rules :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. index:: contributing diff --git a/docs/LICENSE.rst b/docs/LICENSE.rst index bdf8f0d..032a150 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: Kwpolska :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. index:: LICENSE diff --git a/docs/README.rst b/docs/README.rst index 4285826..aa6ea6c 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: Kwpolska :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. index: README diff --git a/docs/TODO.rst b/docs/TODO.rst index 11c2e41..a9235f8 100644 --- a/docs/TODO.rst +++ b/docs/TODO.rst @@ -4,7 +4,7 @@ Appendix E. TODO for PKGBUILDer :Author: Kwpolska :Copyright: See Appendix B. :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. index:: TODO diff --git a/docs/aur.rst b/docs/aur.rst index 41a30c4..b40e299 100644 --- a/docs/aur.rst +++ b/docs/aur.rst @@ -5,7 +5,7 @@ aur module (AUR class) :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. index:: AUR; RPC .. index:: RPC diff --git a/docs/build.rst b/docs/build.rst index 03fc95b..c57438a 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -5,7 +5,7 @@ build module (Build class) :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. index:: Build .. versionadded:: 2.1.0.0 diff --git a/docs/conf.py b/docs/conf.py index 1743451..045797c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.10' +release = '2.1.5.11' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/main.rst b/docs/main.rst index 0a0a145..91c487e 100644 --- a/docs/main.rst +++ b/docs/main.rst @@ -5,7 +5,7 @@ main module :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. index:: main .. versionadded:: 2.1.3.0 diff --git a/docs/pb.8.gz b/docs/pb.8.gz index 65b8169..6d10f59 100644 Binary files a/docs/pb.8.gz and b/docs/pb.8.gz differ diff --git a/docs/pb.rst b/docs/pb.rst index acecaba..40f2f9f 100644 --- a/docs/pb.rst +++ b/docs/pb.rst @@ -7,7 +7,7 @@ PBWrapper :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or Appendix B.) :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 :Wrapper Version: 0.2.2 :Manual section: 8 :Manual group: PKGBUILDer manual diff --git a/docs/pbds.rst b/docs/pbds.rst index 0e0ac60..b1b3c99 100644 --- a/docs/pbds.rst +++ b/docs/pbds.rst @@ -6,7 +6,7 @@ pbds module (PBDS class) :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. module: pbds diff --git a/docs/pkgbuilder.8.gz b/docs/pkgbuilder.8.gz index be407b0..9b93d56 100644 Binary files a/docs/pkgbuilder.8.gz and b/docs/pkgbuilder.8.gz differ diff --git a/docs/pkgbuilder.rst b/docs/pkgbuilder.rst index d0c57d7..c84b5fa 100644 --- a/docs/pkgbuilder.rst +++ b/docs/pkgbuilder.rst @@ -7,7 +7,7 @@ PKGBUILDer :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or Appendix B.) :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 :Manual section: 8 :Manual group: PKGBUILDer manual diff --git a/docs/sample-scripts.rst b/docs/sample-scripts.rst index 7227152..bd27853 100644 --- a/docs/sample-scripts.rst +++ b/docs/sample-scripts.rst @@ -5,7 +5,7 @@ PKGBUILDer Sample Scripts :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. index:: sample scripts diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 184f5e4..88f84c8 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -6,7 +6,7 @@ upgrade module (Upgrade class) :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. index:: Upgrade .. index:: Syu diff --git a/docs/utils.rst b/docs/utils.rst index 74ba3c3..4baaf55 100644 --- a/docs/utils.rst +++ b/docs/utils.rst @@ -6,7 +6,7 @@ utils module (Utils class) :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 .. index:: Utils .. automodule:: pkgbuilder.utils diff --git a/docs/wrapper.rst b/docs/wrapper.rst index f4ccc36..30e2b21 100644 --- a/docs/wrapper.rst +++ b/docs/wrapper.rst @@ -5,7 +5,7 @@ PBWrapper :Copyright: © 2011-2012, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2012-11-04 -:Version: 2.1.5.10 +:Version: 2.1.5.11 :PBWrapper Version: 0.2.2 .. index:: wrapper diff --git a/locale/en/LC_MESSAGES/pkgbuilder.mo b/locale/en/LC_MESSAGES/pkgbuilder.mo index 0e0858b..1e1bb1e 100644 Binary files a/locale/en/LC_MESSAGES/pkgbuilder.mo and b/locale/en/LC_MESSAGES/pkgbuilder.mo differ diff --git a/locale/en/LC_MESSAGES/pkgbuilder.po b/locale/en/LC_MESSAGES/pkgbuilder.po index db30a76..7dd176d 100644 --- a/locale/en/LC_MESSAGES/pkgbuilder.po +++ b/locale/en/LC_MESSAGES/pkgbuilder.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: 2.1.5.10\n" +"Project-Id-Version: 2.1.5.11\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2012-11-04 15:06+0100\n" +"POT-Creation-Date: 2012-11-04 15:13+0100\n" "PO-Revision-Date: 2012-09-08 12:44+0100\n" "Last-Translator: Kwpolska \n" "Language-Team: Kwpolska \n" diff --git a/locale/ja/LC_MESSAGES/pkgbuilder.mo b/locale/ja/LC_MESSAGES/pkgbuilder.mo index ce801ab..2cfd8b6 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 57881a6..4ae1c78 100644 --- a/locale/ja/LC_MESSAGES/pkgbuilder.po +++ b/locale/ja/LC_MESSAGES/pkgbuilder.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: 2.1.5.10\n" +"Project-Id-Version: 2.1.5.11\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2012-11-04 15:06+0100\n" +"POT-Creation-Date: 2012-11-04 15:13+0100\n" "PO-Revision-Date: 2012-09-21 20:21+0200\n" "Last-Translator: Colin Woodbury \n" "Language-Team: Colin Woodbury \n" diff --git a/locale/pl/LC_MESSAGES/pkgbuilder.mo b/locale/pl/LC_MESSAGES/pkgbuilder.mo index 7cb7f8b..88bb4e6 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 5f0d99e..583a117 100644 --- a/locale/pl/LC_MESSAGES/pkgbuilder.po +++ b/locale/pl/LC_MESSAGES/pkgbuilder.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: 2.1.5.10\n" +"Project-Id-Version: 2.1.5.11\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2012-11-04 15:06+0100\n" +"POT-Creation-Date: 2012-11-04 15:13+0100\n" "PO-Revision-Date: 2012-09-08 12:44+0100\n" "Last-Translator: Kwpolska \n" "Language-Team: Kwpolska \n" diff --git a/messages.pot b/messages.pot index a970b54..4c3333f 100644 --- a/messages.pot +++ b/messages.pot @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: 2.1.5.10\n" +"Project-Id-Version: 2.1.5.11\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2012-11-04 15:06+0100\n" -"PO-Revision-Date: 2012-11-04 15:06+0100\n" +"POT-Creation-Date: 2012-11-04 15:13+0100\n" +"PO-Revision-Date: 2012-11-04 15:13+0100\n" "Last-Translator: Kwpolska \n" "Language-Team: Kwpolska \n" "Language: en\n" diff --git a/pkgbuilder/__init__.py b/pkgbuilder/__init__.py index d37bd47..e6eec81 100755 --- a/pkgbuilder/__init__.py +++ b/pkgbuilder/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v2.1.5.10 +# PKGBUILDer v2.1.5.11 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # All rights reserved. @@ -44,7 +44,7 @@ """ __title__ = 'PKGBUILDer' -__version__ = '2.1.5.10' +__version__ = '2.1.5.11' __author__ = 'Kwpolska' __license__ = '3-clause BSD' __docformat__ = 'restructuredtext en' diff --git a/pkgbuilder/aur.py b/pkgbuilder/aur.py index 4b57b1c..2bd5a85 100755 --- a/pkgbuilder/aur.py +++ b/pkgbuilder/aur.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v2.1.5.10 +# PKGBUILDer v2.1.5.11 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # See /LICENSE for licensing information. @@ -44,7 +44,7 @@ class AUR: rpc = '{}://aur.archlinux.org/rpc.php?type={}&arg={}' mrpc = '{}://aur.archlinux.org/rpc.php?type=multiinfo{}' - def jsonreq(self, rtype, arg, prot='http'): + def jsonreq(self, rtype, arg, prot='https'): """Makes a request and returns plain JSON data.""" if arg == []: return '[]' # No need to bother, string for JSON. @@ -57,7 +57,7 @@ def jsonreq(self, rtype, arg, prot='http'): return req.text - def jsonmultiinfo(self, args, prot='http'): + def jsonmultiinfo(self, args, prot='https'): """Makes a multiinfo request and returns plain JSON data.""" if args == []: return '[]' # No need to bother, string for JSON. @@ -71,10 +71,10 @@ def jsonmultiinfo(self, args, prot='http'): return req.text - def request(self, rtype, arg, prot='http'): + def request(self, rtype, arg, prot='https'): """Makes a request.""" return json.loads(self.jsonreq(rtype, arg, prot)) - def multiinfo(self, args, prot='http'): + def multiinfo(self, args, prot='https'): """Makes a multiinfo request.""" return json.loads(self.jsonmultiinfo(args, prot)) diff --git a/pkgbuilder/build.py b/pkgbuilder/build.py index 84f39d4..dbb7bab 100755 --- a/pkgbuilder/build.py +++ b/pkgbuilder/build.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v2.1.5.10 +# PKGBUILDer v2.1.5.11 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/main.py b/pkgbuilder/main.py index 3060841..2082364 100755 --- a/pkgbuilder/main.py +++ b/pkgbuilder/main.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v2.1.5.10 +# PKGBUILDer v2.1.5.11 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/pbds.py b/pkgbuilder/pbds.py index 048c8ab..0e0a949 100755 --- a/pkgbuilder/pbds.py +++ b/pkgbuilder/pbds.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v2.1.5.10 +# PKGBUILDer v2.1.5.11 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/upgrade.py b/pkgbuilder/upgrade.py index d0de4be..3bb5991 100755 --- a/pkgbuilder/upgrade.py +++ b/pkgbuilder/upgrade.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v2.1.5.10 +# PKGBUILDer v2.1.5.11 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/utils.py b/pkgbuilder/utils.py index 209e7da..04dd436 100755 --- a/pkgbuilder/utils.py +++ b/pkgbuilder/utils.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v2.1.5.10 +# PKGBUILDer v2.1.5.11 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/wrapper.py b/pkgbuilder/wrapper.py index 4f713d2..2e84d9c 100755 --- a/pkgbuilder/wrapper.py +++ b/pkgbuilder/wrapper.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- # PBWrapper v0.2.2 -# PKGBUILDer v2.1.5.10 +# PKGBUILDer v2.1.5.11 # An AUR helper (and library) in Python 3. # Copyright © 2011-2012, Kwpolska. # See /LICENSE for licensing information. diff --git a/setup.py b/setup.py index 5ed7c6d..0a4ee6b 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from distutils.core import setup setup(name='pkgbuilder', - version='2.1.5.10', + version='2.1.5.11', description='An AUR helper (and library) in Python 3.', author='Kwpolska', author_email='kwpolska@kwpolska.tk',