diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7dfc6ed..fecb64f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ Appendix C. Changelog :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index:: CHANGELOG diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c1bf2d3..3186669 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -5,7 +5,7 @@ Appendix A. Contribution rules :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index:: contributing diff --git a/PKGBUILD b/PKGBUILD index e6eac67..bdb6f0c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Kwpolska pkgname=pkgbuilder _pyname=pkgbuilder -pkgver=3.0.l +pkgver=3.0.1 pkgrel=1 pkgdesc='A Python AUR helper/library.' arch=('any') @@ -10,7 +10,7 @@ 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=('6e943e21cf515b5443d1ae286309648f') +md5sums=('4c92bc3db129dfd5aef23c3aea849b22') package() { cd "${srcdir}/${_pyname}-${pkgver}" diff --git a/README b/README index 5deefb3..99852aa 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: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index: README diff --git a/README.rst b/README.rst index 5deefb3..99852aa 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: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index: README diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 7dfc6ed..fecb64f 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -6,7 +6,7 @@ Appendix C. Changelog :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index:: CHANGELOG diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index c1bf2d3..3186669 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -5,7 +5,7 @@ Appendix A. Contribution rules :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index:: contributing diff --git a/docs/LICENSE.rst b/docs/LICENSE.rst index 4197e08..a3d8a0d 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: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index:: LICENSE diff --git a/docs/README.rst b/docs/README.rst index 5deefb3..99852aa 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: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index: README diff --git a/docs/aur.rst b/docs/aur.rst index ea6c8fe..21f797d 100644 --- a/docs/aur.rst +++ b/docs/aur.rst @@ -5,7 +5,7 @@ aur module (AUR class) :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index:: AUR; RPC .. index:: RPC diff --git a/docs/build.rst b/docs/build.rst index ab7beb8..cca05ed 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -6,7 +6,7 @@ build module :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index:: build .. versionadded:: 2.1.0.0 diff --git a/docs/conf.py b/docs/conf.py index af8dfc9..fbbac68 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.0.l' +release = '3.0.1' # 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 99fec74..f9c58d3 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst @@ -6,7 +6,7 @@ Exceptions in PKGBUILDer :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index:: Exceptions .. versionadded:: 3.0.0 diff --git a/docs/main.rst b/docs/main.rst index e50363f..652de0e 100644 --- a/docs/main.rst +++ b/docs/main.rst @@ -5,7 +5,7 @@ main module :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index:: main .. versionadded:: 2.1.3.0 diff --git a/docs/package.rst b/docs/package.rst index 372b8e5..73b987e 100644 --- a/docs/package.rst +++ b/docs/package.rst @@ -6,7 +6,7 @@ package module (Package, AURPackage, ABSPackage classes) :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index:: Package .. index:: AURPackage diff --git a/docs/pb.8.gz b/docs/pb.8.gz index 29e5e2f..5435ed3 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 73f574d..316ba09 100644 --- a/docs/pb.rst +++ b/docs/pb.rst @@ -7,7 +7,7 @@ PBWrapper :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or Appendix B.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 :Wrapper Version: 0.2.2 :Manual section: 8 :Manual group: PKGBUILDer manual diff --git a/docs/pbds.rst b/docs/pbds.rst index 5b9312c..c31a3ee 100644 --- a/docs/pbds.rst +++ b/docs/pbds.rst @@ -6,7 +6,7 @@ pbds module (PBDS class) :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. module: pbds diff --git a/docs/pkgbuilder.8.gz b/docs/pkgbuilder.8.gz index 76b8d49..349bcf1 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 6a513a5..0a7c0ee 100644 --- a/docs/pkgbuilder.rst +++ b/docs/pkgbuilder.rst @@ -7,7 +7,7 @@ PKGBUILDer :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or Appendix B.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 :Manual section: 8 :Manual group: PKGBUILDer manual diff --git a/docs/sample-scripts.rst b/docs/sample-scripts.rst index 4b9163f..ad88cfc 100644 --- a/docs/sample-scripts.rst +++ b/docs/sample-scripts.rst @@ -5,7 +5,7 @@ PKGBUILDer Sample Scripts :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index:: sample scripts diff --git a/docs/ui.rst b/docs/ui.rst index 72c8adb..e0a4cb6 100644 --- a/docs/ui.rst +++ b/docs/ui.rst @@ -6,7 +6,7 @@ ui module (UI class) :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index:: UI .. versionadded:: 3.0.0 diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 468c1cd..3a62671 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -6,7 +6,7 @@ upgrade module :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index:: upgrade .. index:: Syu diff --git a/docs/utils.rst b/docs/utils.rst index bc6cb42..5ab7cf8 100644 --- a/docs/utils.rst +++ b/docs/utils.rst @@ -6,7 +6,7 @@ utils module :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 .. index:: utils .. versionadded:: 2.1.0.0 diff --git a/docs/wrapper.rst b/docs/wrapper.rst index 1ec1d3f..416b09c 100644 --- a/docs/wrapper.rst +++ b/docs/wrapper.rst @@ -5,7 +5,7 @@ PBWrapper :Copyright: © 2011-2013, Kwpolska. :License: BSD (see /LICENSE or :doc:`Appendix B `.) :Date: 2013-05-03 -:Version: 3.0.l +:Version: 3.0.1 :PBWrapper Version: 0.2.2 .. index:: wrapper diff --git a/locale/ja/LC_MESSAGES/pkgbuilder.mo b/locale/ja/LC_MESSAGES/pkgbuilder.mo index 84f7214..a6be3de 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 96fb01a..f199b6f 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.0.l\n" +"Project-Id-Version: 3.0.1\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2013-05-03 16:54+0200\n" +"POT-Creation-Date: 2013-05-03 18:06+0200\n" "PO-Revision-Date: 2013-04-21 17:43+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 aa1534d..84ead1b 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 6b6b443..d9836b7 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.0.l\n" +"Project-Id-Version: 3.0.1\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2013-05-03 16:54+0200\n" +"POT-Creation-Date: 2013-05-03 18:06+0200\n" "PO-Revision-Date: 2013-04-21 18:04+0000\n" "Last-Translator: Kwpolska \n" "Language-Team: Polish (http://www.transifex.com/projects/p/pkgbuilder/" diff --git a/messages.pot b/messages.pot index 3096457..1c3a79d 100644 --- a/messages.pot +++ b/messages.pot @@ -5,10 +5,10 @@ # msgid "" msgstr "" -"Project-Id-Version: 3.0.l\n" +"Project-Id-Version: 3.0.1\n" "Report-Msgid-Bugs-To: Kwpolska \n" -"POT-Creation-Date: 2013-05-03 16:54+0200\n" -"PO-Revision-Date: 2013-05-03 16:54+0200\n" +"POT-Creation-Date: 2013-05-03 18:06+0200\n" +"PO-Revision-Date: 2013-05-03 18:06+0200\n" "Last-Translator: Kwpolska \n" "Language-Team: Kwpolska \n" "Language: en\n" diff --git a/pkgbuilder/__init__.py b/pkgbuilder/__init__.py index 2ed2b5f..561ad4d 100644 --- a/pkgbuilder/__init__.py +++ b/pkgbuilder/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.0.l +# PKGBUILDer v3.0.1 # An AUR helper (and library) in Python 3. # Copyright © 2011-2013, Kwpolska. # All rights reserved. @@ -44,7 +44,7 @@ """ __title__ = 'PKGBUILDer' -__version__ = '3.0.l' +__version__ = '3.0.1' __author__ = 'Kwpolska' __license__ = '3-clause BSD' __docformat__ = 'restructuredtext en' diff --git a/pkgbuilder/aur.py b/pkgbuilder/aur.py index 1549509..dd4e932 100644 --- a/pkgbuilder/aur.py +++ b/pkgbuilder/aur.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.0.l +# PKGBUILDer v3.0.1 # An AUR helper (and library) in Python 3. # Copyright © 2011-2013, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/build.py b/pkgbuilder/build.py index ca83247..9fd46c8 100644 --- a/pkgbuilder/build.py +++ b/pkgbuilder/build.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.0.l +# PKGBUILDer v3.0.1 # An AUR helper (and library) in Python 3. # Copyright © 2011-2013, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/exceptions.py b/pkgbuilder/exceptions.py index 7edffb7..4c68df8 100644 --- a/pkgbuilder/exceptions.py +++ b/pkgbuilder/exceptions.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.0.l +# PKGBUILDer v3.0.1 # An AUR helper (and library) in Python 3. # Copyright © 2011-2013, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/main.py b/pkgbuilder/main.py index f323dab..4bbeb04 100644 --- a/pkgbuilder/main.py +++ b/pkgbuilder/main.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.0.l +# PKGBUILDer v3.0.1 # An AUR helper (and library) in Python 3. # Copyright © 2011-2013, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/package.py b/pkgbuilder/package.py index e94f41e..2792560 100644 --- a/pkgbuilder/package.py +++ b/pkgbuilder/package.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.0.l +# PKGBUILDer v3.0.1 # An AUR helper (and library) in Python 3. # Copyright © 2011-2013, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/pbds.py b/pkgbuilder/pbds.py index 30b37bf..8522244 100644 --- a/pkgbuilder/pbds.py +++ b/pkgbuilder/pbds.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.0.l +# PKGBUILDer v3.0.1 # An AUR helper (and library) in Python 3. # Copyright © 2011-2013, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/ui.py b/pkgbuilder/ui.py index 5a134cc..30d04cb 100644 --- a/pkgbuilder/ui.py +++ b/pkgbuilder/ui.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.0.l +# PKGBUILDer v3.0.1 # An AUR helper (and library) in Python 3. # Copyright © 2011-2013, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/upgrade.py b/pkgbuilder/upgrade.py index 4ee6c8f..09eb480 100644 --- a/pkgbuilder/upgrade.py +++ b/pkgbuilder/upgrade.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.0.l +# PKGBUILDer v3.0.1 # An AUR helper (and library) in Python 3. # Copyright © 2011-2013, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/utils.py b/pkgbuilder/utils.py index 2c57b7f..6b9f78b 100644 --- a/pkgbuilder/utils.py +++ b/pkgbuilder/utils.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- -# PKGBUILDer v3.0.l +# PKGBUILDer v3.0.1 # An AUR helper (and library) in Python 3. # Copyright © 2011-2013, Kwpolska. # See /LICENSE for licensing information. diff --git a/pkgbuilder/wrapper.py b/pkgbuilder/wrapper.py index b4ca222..2e2ae63 100644 --- a/pkgbuilder/wrapper.py +++ b/pkgbuilder/wrapper.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -*- encoding: utf-8 -*- # PBWrapper v0.2.2 -# PKGBUILDer v3.0.l +# PKGBUILDer v3.0.1 # An AUR helper (and library) in Python 3. # Copyright © 2011-2013, Kwpolska. # See /LICENSE for licensing information. diff --git a/setup.py b/setup.py index de2b860..47d9260 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from distutils.core import setup setup(name='pkgbuilder', - version='3.0.l', + version='3.0.1', description='An AUR helper (and library) in Python 3.', author='Kwpolska', author_email='kwpolska@kwpolska.tk',