[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-10-08 Thread Mathew Hodson
** No longer affects: python3.4 (Ubuntu Trusty)

** Changed in: python-botocore (Ubuntu)
   Importance: Undecided => Critical

** Changed in: python-botocore (Ubuntu Trusty)
   Importance: Undecided => Critical

** Tags added: regression-update

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-10-06 Thread Launchpad Bug Tracker
This bug was fixed in the package python-botocore - 0.29.0+repack-
2ubuntu0.1

---
python-botocore (0.29.0+repack-2ubuntu0.1) trusty; urgency=low

  * debian/patches/support-python3.4.1: Fix use of inspect with Python
3.4.1 or later. (LP: #1499075)

 -- Evan Broder   Wed, 23 Sep 2015 17:35:34 -0400

** Changed in: python-botocore (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-10-03 Thread Jeff Hansen
When will python-botocore hit updates? I still get the error right now
on a fresh Ubuntu instance.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-10-01 Thread Jaap-Andre de Hoop
Just update python3-botocore from ubuntu-proposed and aws (awscli) is
running without a problem (on two computers) again,

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-10-01 Thread Stefan Horning
I don't know what I am doing wrong but I am still seing the same error
when executing the aws command even after I installed the python-
botocore (0.29.0+repack-2ubuntu0.1) package from the proposed repo.

Steps
1. Added deb http://archive.ubuntu.com/ubuntu/ trusty-proposed restricted main 
multiverse universe to sources.list
2. apt-get update
3. apt-get install python-botocore, which correctly installed the patched 
versios as far I can see:
Selecting previously unselected package python-ply.
(Reading database ... 94892 files and directories currently installed.)
Preparing to unpack .../python-ply_3.4-3ubuntu2_all.deb ...
Unpacking python-ply (3.4-3ubuntu2) ...
Selecting previously unselected package python-jmespath.
Preparing to unpack .../python-jmespath_0.2.1-1_all.deb ...
Unpacking python-jmespath (0.2.1-1) ...
Selecting previously unselected package python-dateutil.
Preparing to unpack .../python-dateutil_1.5+dfsg-1ubuntu1_all.deb ...
Unpacking python-dateutil (1.5+dfsg-1ubuntu1) ...
Selecting previously unselected package python-botocore.
Preparing to unpack .../python-botocore_0.29.0+repack-2ubuntu0.1_all.deb ...
Unpacking python-botocore (0.29.0+repack-2ubuntu0.1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up python-ply (3.4-3ubuntu2) ...
Setting up python-jmespath (0.2.1-1) ...
Setting up python-dateutil (1.5+dfsg-1ubuntu1) ...
Setting up python-botocore (0.29.0+repack-2ubuntu0.1) ...

4. execute aws and still get
Traceback (most recent call last):
  File "/usr/bin/aws", line 23, in 
sys.exit(main())
  File "/usr/bin/aws", line 19, in main
return awscli.clidriver.main()
  File "/usr/share/awscli/awscli/clidriver.py", line 44, in main
driver = create_clidriver()
  File "/usr/share/awscli/awscli/clidriver.py", line 53, in create_clidriver
event_hooks=emitter)
  File "/usr/share/awscli/awscli/plugin.py", line 49, in load_plugins
plugin.awscli_initialize(event_hooks)
  File "/usr/share/awscli/awscli/handlers.py", line 73, in awscli_initialize
register_removals(event_handlers)
  File "/usr/share/awscli/awscli/customizations/removals.py", line 32, in 
register_removals
'verify-email-address'])
  File "/usr/share/awscli/awscli/customizations/removals.py", line 45, in remove
self._create_remover(remove_commands))
  File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 64, in register
self._verify_accept_kwargs(handler)
  File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 84, in 
_verify_accept_kwargs
argspec = inspect.getargspec(func)
  File "/usr/lib/python3.4/inspect.py", line 936, in getargspec
raise ValueError("Function has keyword-only arguments or annotations"
ValueError: Function has keyword-only arguments or annotations, use 
getfullargspec() API which can support them


Or do I have to reinstall awscli for some reason too?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-10-01 Thread Stefan Horning
Here some system information of where I tried it:

Linux ip-172-16-1-173 3.13.0-65-generic #105-Ubuntu SMP Mon Sep 21
18:50:58 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Distributor ID: Ubuntu
Description:Ubuntu 14.04.3 LTS
Release:14.04
Codename:   trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-10-01 Thread Stefan Horning
Ok the trick seems to be that  you have to activate the proposed repo
before installing awscli and any package it brings onto the system. So
if you already have awscli installed you should to a apt-get remove
awscli AND a apt-get autoclean and then to  a fresh install of awscli,
afther that the bug is fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-10-01 Thread Stefan Horning
I of course meant `apt-get autoremove`

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-30 Thread Matthias Klose
won't fix in python3.4 for trusty; let's update other packages in the
archive if we find them.  Third party software is much more likely to
expect the 3.4.3 behaviour over the 3.4.0 behaviour.


** No longer affects: python3.4 (Ubuntu)

** Changed in: python3.4 (Ubuntu Trusty)
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-29 Thread Barry Warsaw
Since this is fixed in boto, are the Python bugtasks still relevant?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-27 Thread Silvio SantoZ
@adconrad: I can confirm that python3-botocore (0.29.0+repack-2ubuntu0.1) fixes 
the problem. Thanks!
@wayne: no, you don't have the updated botocore. Try this:

wget 
"http://launchpadlibrarian.net/218773283/python3-botocore_0.29.0%2Brepack-2ubuntu0.1_all.deb;
dpkg -i python3-botocore_0.29.0+repack-2ubuntu0.1_all.deb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-27 Thread Tom Wills
I can run awscli successfully after upgrading to 0.29.0+repack-
2ubuntu0.1 from trusty-proposed. Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-27 Thread Wayne Clancy
I'm still seeing the problem. Fully updated version of 14.04 LTS running
in AWS ap-northeast-1. It appears have the latest and greatest
python3-botocore.

Can this ticket please be re-opened?

root@ip-10-0-100-139:~# aws
Traceback (most recent call last):
  File "/usr/bin/aws", line 23, in 
sys.exit(main())
  File "/usr/bin/aws", line 19, in main
return awscli.clidriver.main()
  File "/usr/share/awscli/awscli/clidriver.py", line 44, in main
driver = create_clidriver()
  File "/usr/share/awscli/awscli/clidriver.py", line 53, in create_clidriver
event_hooks=emitter)
  File "/usr/share/awscli/awscli/plugin.py", line 49, in load_plugins
plugin.awscli_initialize(event_hooks)
  File "/usr/share/awscli/awscli/handlers.py", line 73, in awscli_initialize
register_removals(event_handlers)
  File "/usr/share/awscli/awscli/customizations/removals.py", line 32, in 
register_removals
'verify-email-address'])
  File "/usr/share/awscli/awscli/customizations/removals.py", line 45, in remove
self._create_remover(remove_commands))
  File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 64, in register
self._verify_accept_kwargs(handler)
  File "/usr/lib/python3/dist-packages/botocore/hooks.py", line 84, in 
_verify_accept_kwargs
argspec = inspect.getargspec(func)
  File "/usr/lib/python3.4/inspect.py", line 936, in getargspec
raise ValueError("Function has keyword-only arguments or annotations"
ValueError: Function has keyword-only arguments or annotations, use 
getfullargspec() API which can support them


--Packages installed---

ii  awscli   1.2.9-2  all   
   Universal Command Line Environment for AWS
ii  dh-python1.20140128-1ubuntu8.2all   
   Debian helper tools for packaging Python libraries and applications
ii  libpython-stdlib:amd64   2.7.5-5ubuntu3   amd64 
   interactive high-level object-oriented language (default python version)
ii  libpython2.7:amd64   2.7.6-8ubuntu0.2 amd64 
   Shared Python runtime library (version 2.7)
ii  libpython2.7-minimal:amd64   2.7.6-8ubuntu0.2 amd64 
   Minimal subset of the Python language (version 2.7)
ii  libpython2.7-stdlib:amd642.7.6-8ubuntu0.2 amd64 
   Interactive high-level object-oriented language (standard library, version 
2.7)
ii  libpython3-stdlib:amd64  3.4.0-0ubuntu2   amd64 
   interactive high-level object-oriented language (default python3 version)
ii  libpython3.4-minimal:amd64   3.4.3-1ubuntu1~14.04.1   amd64 
   Minimal subset of the Python language (version 3.4)
ii  libpython3.4-stdlib:amd643.4.3-1ubuntu1~14.04.1   amd64 
   Interactive high-level object-oriented language (standard library, version 
3.4)
ii  python   2.7.5-5ubuntu3   amd64 
   interactive high-level object-oriented language (default version)
ii  python-apt   0.9.3.5ubuntu1   amd64 
   Python interface to libapt-pkg
ii  python-apt-common0.9.3.5ubuntu1   all   
   Python interface to libapt-pkg (locales)
ii  python-chardet   2.0.1-2build2all   
   universal character encoding detector
ii  python-cheetah   2.4.4-3.fakesyncbuild1   amd64 
   text-based template engine and Python code generator
ii  python-colorama  0.2.5-0.1ubuntu2 all   
   Cross-platform colored terminal text in Python - Python 2.x
ii  python-colorama-whl  0.2.5-0.1ubuntu2 all   
   Cross-platform colored terminal text in Python - Wheels
ii  python-configobj 4.7.2+ds-5build1 all   
   simple but powerful config file reader and writer for Python
ii  python-debian0.1.21+nmu2ubuntu2   all   
   Python modules to work with Debian-related data formats
ii  python-distlib   0.1.8-1ubuntu1   all   
   low-level components of python distutils2/packaging
ii  python-distlib-whl   0.1.8-1ubuntu1   all   
   low-level components of python distutils2/packaging
ii  python-gdbm  2.7.5-1ubuntu1   amd64 
   GNU dbm database support for Python
ii  python-html5lib  0.999-3~ubuntu1  all   
   HTML parser/tokenizer based on the WHATWG HTML5 specification (Python 2)
ii  python-html5lib-whl  0.999-3~ubuntu1  all   
   HTML parser/tokenizer based on the WHATWG HTML5 specification
ii  python-json-pointer  1.0-2build1  all   
   resolve JSON pointers - python 2.x
ii  python-jsonpatch 1.3-4  

[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-26 Thread Slobodan Miskovic
0.29.0+repack-2ubuntu0.1 fixes the problem for us

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-25 Thread Adrien Siebert
Hi Adam,

just successfully tested out 0.29.0+repack-2ubuntu0.1 (upgraded from
0.29.0+repack-2) on trusty-proposed − thanks for providing all the
instructions to quickly get to it.

We had the exact same issue when using the aws-cli after the python3.4
upgrade, and from our limited testing it appear to be fixed with the
proposed package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-24 Thread Adam Conrad
Hello Nelson, or anyone else affected,

Accepted python-botocore into trusty-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/python-
botocore/0.29.0+repack-2ubuntu0.1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: python-botocore (Ubuntu Trusty)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-24 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/python-botocore

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-23 Thread Evan Broder
** Changed in: python3.4 (Ubuntu Trusty)
   Importance: Undecided => Critical

** Patch added: "python-botocore_0.29.0+repack-2ubuntu0.1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+attachment/4472704/+files/python-botocore_0.29.0%2Brepack-2ubuntu0.1.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-23 Thread Marc Deslauriers
ACK on the debdiff, uploaded to queue for the SRU team.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-23 Thread Marc Deslauriers
** Changed in: python-botocore (Ubuntu Trusty)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: python3.4 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: python3.4 (Ubuntu Trusty)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-23 Thread Evan Broder
** Also affects: python-botocore (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: python3.4 (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: python-botocore (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: python-botocore (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: python-botocore (Ubuntu Trusty)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499075] Re: python3.4.3 SRU breaks awscli

2015-09-23 Thread Matthias Klose
not sure what the best thing to do ... either revert that, or fix the
packages affected by this incompatible upstream change.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499075

Title:
  python3.4.3 SRU breaks awscli

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-botocore/+bug/1499075/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs