[arch-commits] Commit in python-urllib3/repos/community-any (4 files)

2015-09-06 Thread Felix Yan
Date: Monday, September 7, 2015 @ 04:51:53
  Author: fyan
Revision: 139429

archrelease: copy trunk to community-any

Added:
  python-urllib3/repos/community-any/LICENSE
(from rev 139428, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-any/PKGBUILD
(from rev 139428, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/community-any/LICENSE
  python-urllib3/repos/community-any/PKGBUILD

--+
 LICENSE  |   64 
 PKGBUILD |  120 +
 2 files changed, 90 insertions(+), 94 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-09-07 02:51:39 UTC (rev 139428)
+++ LICENSE 2015-09-07 02:51:53 UTC (rev 139429)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c)  
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/community-any/LICENSE (from rev 139428, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-09-07 02:51:53 UTC (rev 139429)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c)  
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-07 02:51:39 UTC (rev 139428)
+++ PKGBUILD2015-09-07 02:51:53 UTC (rev 139429)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: Chris Brannon 
-# Contributor: BorgHunter 
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.11
-pkgrel=1
-pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
-arch=("any")
-url="https://github.com/shazow/urllib3;
-license=("MIT")
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/shazow/urllib3/archive/$pkgver.tar.gz;
-LICENSE)

[arch-commits] Commit in python-urllib3/repos/community-any (4 files)

2015-07-21 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 07:51:51
  Author: fyan
Revision: 137249

archrelease: copy trunk to community-any

Added:
  python-urllib3/repos/community-any/LICENSE
(from rev 137248, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-any/PKGBUILD
(from rev 137248, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/community-any/LICENSE
  python-urllib3/repos/community-any/PKGBUILD

--+
 LICENSE  |   64 +++
 PKGBUILD |  124 ++---
 2 files changed, 94 insertions(+), 94 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-07-22 05:47:38 UTC (rev 137248)
+++ LICENSE 2015-07-22 05:51:51 UTC (rev 137249)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c) year copyright holders
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/community-any/LICENSE (from rev 137248, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-07-22 05:51:51 UTC (rev 137249)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c) year copyright holders
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 05:47:38 UTC (rev 137248)
+++ PKGBUILD2015-07-22 05:51:51 UTC (rev 137249)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Patrice Peterson runiq at archlinux dot us
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: BorgHunter borghunter at gmail dot com
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.10.4
-pkgrel=1
-pkgdesc=HTTP library with thread-safe connection pooling and file post 
support
-arch=(any)
-url=https://github.com/shazow/urllib3;
-license=(MIT)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')

[arch-commits] Commit in python-urllib3/repos/community-any (4 files)

2015-05-03 Thread Felix Yan
Date: Sunday, May 3, 2015 @ 18:16:23
  Author: fyan
Revision: 132657

archrelease: copy trunk to community-any

Added:
  python-urllib3/repos/community-any/LICENSE
(from rev 132656, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-any/PKGBUILD
(from rev 132656, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/community-any/LICENSE
  python-urllib3/repos/community-any/PKGBUILD

--+
 LICENSE  |   64 +++
 PKGBUILD |  124 ++---
 2 files changed, 94 insertions(+), 94 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-05-03 16:16:09 UTC (rev 132656)
+++ LICENSE 2015-05-03 16:16:23 UTC (rev 132657)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c) year copyright holders
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/community-any/LICENSE (from rev 132656, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-05-03 16:16:23 UTC (rev 132657)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c) year copyright holders
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-03 16:16:09 UTC (rev 132656)
+++ PKGBUILD2015-05-03 16:16:23 UTC (rev 132657)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Patrice Peterson runiq at archlinux dot us
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: BorgHunter borghunter at gmail dot com
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.10.3
-pkgrel=1
-pkgdesc=HTTP library with thread-safe connection pooling and file post 
support
-arch=(any)
-url=https://github.com/shazow/urllib3;
-license=(MIT)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')

[arch-commits] Commit in python-urllib3/repos/community-any (4 files)

2015-04-21 Thread Felix Yan
Date: Wednesday, April 22, 2015 @ 06:13:00
  Author: fyan
Revision: 131864

archrelease: copy trunk to community-any

Added:
  python-urllib3/repos/community-any/LICENSE
(from rev 131863, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-any/PKGBUILD
(from rev 131863, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/community-any/LICENSE
  python-urllib3/repos/community-any/PKGBUILD

--+
 LICENSE  |   64 +++
 PKGBUILD |  124 ++---
 2 files changed, 94 insertions(+), 94 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-04-22 04:12:34 UTC (rev 131863)
+++ LICENSE 2015-04-22 04:13:00 UTC (rev 131864)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c) year copyright holders
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/community-any/LICENSE (from rev 131863, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-04-22 04:13:00 UTC (rev 131864)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c) year copyright holders
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-22 04:12:34 UTC (rev 131863)
+++ PKGBUILD2015-04-22 04:13:00 UTC (rev 131864)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Patrice Peterson runiq at archlinux dot us
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: BorgHunter borghunter at gmail dot com
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.10.2
-pkgrel=1
-pkgdesc=HTTP library with thread-safe connection pooling and file post 
support
-arch=(any)
-url=https://github.com/shazow/urllib3;
-license=(MIT)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
-source=(https://github.com/shazow/urllib3/archive/$pkgver.tar.gz; 

[arch-commits] Commit in python-urllib3/repos/community-any (4 files)

2015-02-25 Thread Felix Yan
Date: Thursday, February 26, 2015 @ 03:54:48
  Author: fyan
Revision: 128244

archrelease: copy trunk to community-any

Added:
  python-urllib3/repos/community-any/LICENSE
(from rev 128243, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-any/PKGBUILD
(from rev 128243, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/community-any/LICENSE
  python-urllib3/repos/community-any/PKGBUILD

--+
 LICENSE  |   64 +++
 PKGBUILD |  124 ++---
 2 files changed, 94 insertions(+), 94 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-02-26 02:52:30 UTC (rev 128243)
+++ LICENSE 2015-02-26 02:54:48 UTC (rev 128244)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c) year copyright holders
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/community-any/LICENSE (from rev 128243, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-02-26 02:54:48 UTC (rev 128244)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c) year copyright holders
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-26 02:52:30 UTC (rev 128243)
+++ PKGBUILD2015-02-26 02:54:48 UTC (rev 128244)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Patrice Peterson runiq at archlinux dot us
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: BorgHunter borghunter at gmail dot com
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.10.2
-pkgrel=1
-pkgdesc=HTTP library with thread-safe connection pooling and file post 
support
-arch=(any)
-url=https://github.com/shazow/urllib3;
-license=(MIT)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
-source=(https://github.com/shazow/urllib3/archive/$pkgver.tar.gz; 

[arch-commits] Commit in python-urllib3/repos/community-any (4 files)

2015-02-25 Thread Felix Yan
Date: Thursday, February 26, 2015 @ 03:52:30
  Author: fyan
Revision: 128243

archrelease: copy trunk to community-any

Added:
  python-urllib3/repos/community-any/LICENSE
(from rev 128242, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-any/PKGBUILD
(from rev 128242, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/community-any/LICENSE
  python-urllib3/repos/community-any/PKGBUILD

--+
 LICENSE  |   64 +++
 PKGBUILD |  124 ++---
 2 files changed, 94 insertions(+), 94 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-02-26 02:51:33 UTC (rev 128242)
+++ LICENSE 2015-02-26 02:52:30 UTC (rev 128243)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c) year copyright holders
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/community-any/LICENSE (from rev 128242, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-02-26 02:52:30 UTC (rev 128243)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c) year copyright holders
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-26 02:51:33 UTC (rev 128242)
+++ PKGBUILD2015-02-26 02:52:30 UTC (rev 128243)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Patrice Peterson runiq at archlinux dot us
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: BorgHunter borghunter at gmail dot com
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.10.1
-pkgrel=1
-pkgdesc=HTTP library with thread-safe connection pooling and file post 
support
-arch=(any)
-url=https://github.com/shazow/urllib3;
-license=(MIT)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
-source=(https://github.com/shazow/urllib3/archive/$pkgver.tar.gz; 

[arch-commits] Commit in python-urllib3/repos/community-any (4 files)

2015-02-11 Thread Felix Yan
Date: Wednesday, February 11, 2015 @ 10:39:52
  Author: fyan
Revision: 127550

archrelease: copy trunk to community-any

Added:
  python-urllib3/repos/community-any/LICENSE
(from rev 127549, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-any/PKGBUILD
(from rev 127549, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/community-any/LICENSE
  python-urllib3/repos/community-any/PKGBUILD

--+
 LICENSE  |   64 +++
 PKGBUILD |  124 ++---
 2 files changed, 94 insertions(+), 94 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-02-11 09:39:27 UTC (rev 127549)
+++ LICENSE 2015-02-11 09:39:52 UTC (rev 127550)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c) year copyright holders
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/community-any/LICENSE (from rev 127549, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-02-11 09:39:52 UTC (rev 127550)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c) year copyright holders
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-11 09:39:27 UTC (rev 127549)
+++ PKGBUILD2015-02-11 09:39:52 UTC (rev 127550)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Patrice Peterson runiq at archlinux dot us
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: BorgHunter borghunter at gmail dot com
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.10
-pkgrel=1
-pkgdesc=HTTP library with thread-safe connection pooling and file post 
support
-arch=(any)
-url=https://github.com/shazow/urllib3;
-license=(MIT)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
-source=(https://github.com/shazow/urllib3/archive/$pkgver.tar.gz; 

[arch-commits] Commit in python-urllib3/repos/community-any (4 files)

2014-12-14 Thread Felix Yan
Date: Monday, December 15, 2014 @ 03:42:02
  Author: fyan
Revision: 123894

archrelease: copy trunk to community-any

Added:
  python-urllib3/repos/community-any/LICENSE
(from rev 123893, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-any/PKGBUILD
(from rev 123893, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/community-any/LICENSE
  python-urllib3/repos/community-any/PKGBUILD

--+
 LICENSE  |   64 +++
 PKGBUILD |  123 ++---
 2 files changed, 94 insertions(+), 93 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-12-15 02:41:42 UTC (rev 123893)
+++ LICENSE 2014-12-15 02:42:02 UTC (rev 123894)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c) year copyright holders
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/community-any/LICENSE (from rev 123893, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-12-15 02:42:02 UTC (rev 123894)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c) year copyright holders
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-15 02:41:42 UTC (rev 123893)
+++ PKGBUILD2014-12-15 02:42:02 UTC (rev 123894)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Patrice Peterson runiq at archlinux dot us
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: BorgHunter borghunter at gmail dot com
-
-pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.9.1
-pkgrel=1
-pkgdesc=HTTP library with thread-safe connection pooling and file post 
support
-arch=(any)
-url=https://github.com/shazow/urllib3;
-license=(MIT)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
-source=(https://github.com/shazow/urllib3/archive/$pkgver.tar.gz; 
-LICENSE)

[arch-commits] Commit in python-urllib3/repos/community-any (4 files)

2014-09-13 Thread Felix Yan
Date: Sunday, September 14, 2014 @ 04:50:51
  Author: fyan
Revision: 118943

archrelease: copy trunk to community-any

Added:
  python-urllib3/repos/community-any/LICENSE
(from rev 118942, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-any/PKGBUILD
(from rev 118942, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/community-any/LICENSE
  python-urllib3/repos/community-any/PKGBUILD

--+
 LICENSE  |   64 
 PKGBUILD |  122 ++---
 2 files changed, 93 insertions(+), 93 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-09-14 02:50:32 UTC (rev 118942)
+++ LICENSE 2014-09-14 02:50:51 UTC (rev 118943)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c) year copyright holders
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/community-any/LICENSE (from rev 118942, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-09-14 02:50:51 UTC (rev 118943)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c) year copyright holders
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-14 02:50:32 UTC (rev 118942)
+++ PKGBUILD2014-09-14 02:50:51 UTC (rev 118943)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Patrice Peterson runiq at archlinux dot us
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: BorgHunter borghunter at gmail dot com
-
-pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.9
-pkgrel=1
-pkgdesc=HTTP library with thread-safe connection pooling and file post 
support
-arch=(any)
-url=https://github.com/shazow/urllib3;
-license=(MIT)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
-source=(https://github.com/shazow/urllib3/archive/$pkgver.tar.gz; 
-LICENSE)

[arch-commits] Commit in python-urllib3/repos/community-any (4 files)

2014-06-24 Thread Felix Yan
Date: Wednesday, June 25, 2014 @ 07:27:51
  Author: fyan
Revision: 113533

archrelease: copy trunk to community-any

Added:
  python-urllib3/repos/community-any/LICENSE
(from rev 113532, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-any/PKGBUILD
(from rev 113532, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/community-any/LICENSE
  python-urllib3/repos/community-any/PKGBUILD

--+
 LICENSE  |   64 
 PKGBUILD |  122 ++---
 2 files changed, 93 insertions(+), 93 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-06-25 05:27:18 UTC (rev 113532)
+++ LICENSE 2014-06-25 05:27:51 UTC (rev 113533)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c) year copyright holders
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/community-any/LICENSE (from rev 113532, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-06-25 05:27:51 UTC (rev 113533)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c) year copyright holders
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-25 05:27:18 UTC (rev 113532)
+++ PKGBUILD2014-06-25 05:27:51 UTC (rev 113533)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Patrice Peterson runiq at archlinux dot us
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: BorgHunter borghunter at gmail dot com
-
-pkgname=(python-urllib3 python2-urllib3)
-pkgver=1.8.2
-pkgrel=1
-pkgdesc=HTTP library with thread-safe connection pooling and file post 
support
-arch=(any)
-url=https://github.com/shazow/urllib3;
-license=(MIT)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
-source=(https://github.com/shazow/urllib3/archive/$pkgver.tar.gz; 
-LICENSE)

[arch-commits] Commit in python-urllib3/repos/community-any (4 files)

2014-05-17 Thread Eric BĂ©langer
Date: Saturday, May 17, 2014 @ 15:47:14
  Author: eric
Revision: 111366

archrelease: copy trunk to community-any

Added:
  python-urllib3/repos/community-any/LICENSE
(from rev 111364, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/community-any/PKGBUILD
(from rev 111364, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/community-any/LICENSE
  python-urllib3/repos/community-any/PKGBUILD

--+
 LICENSE  |   64 +++
 PKGBUILD |  123 ++---
 2 files changed, 93 insertions(+), 94 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-05-17 13:46:53 UTC (rev 111365)
+++ LICENSE 2014-05-17 13:47:14 UTC (rev 111366)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c) year copyright holders
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-urllib3/repos/community-any/LICENSE (from rev 111364, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-05-17 13:47:14 UTC (rev 111366)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c) year copyright holders
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-17 13:46:53 UTC (rev 111365)
+++ PKGBUILD2014-05-17 13:47:14 UTC (rev 111366)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Patrice Peterson runiq at archlinux dot us
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: BorgHunter borghunter at gmail dot com
-
-pkgname=(python-urllib3 python2-urllib3)
-_pkgname=urllib3
-pkgver=1.8
-pkgrel=2
-pkgdesc=HTTP library with thread-safe connection pooling and file post 
support
-arch=(any)
-url=https://github.com/shazow/urllib3;
-license=(MIT)
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl'
-  'python-tornado' 'python2-tornado' 'python2-ndg-httpsclient' 
'python-coverage' 'python2-coverage')
-source=(git+https://github.com/shazow/$_pkgname.git#tag=$pkgver; 
-LICENSE)