Public bug reported:

Please sync python-twitter 0.8.2-2 (universe) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
  * examples/tweet.py: Fix typo (LP: #702814)
  * Merge with Debian squeeze. Remaining Ubuntu changes:
    - debian/rules: include final newline to make dpkg-source happy
    - debian/tweet.1: Fix typo
The first fix on tweet.py is not needed because upstream removed the code
around this fix. (It's for basic auth)
The second fix for tweet.1 is merged to debian.

Explanation of FeatureFreeze exception:
The old version (0.6-1ubuntu2) uses basic authentication, but it can't be used
on twitter now. It is changed to OAuth. Therefore, the old version can't be used
at all.
It is reported as the following bugs:
 - Package obsolete due to changed protocol (LP: #997664)
 - please upgrade python-twitter to 0.8.1 (LP: #746850)
 - python-twitter should support OAuth (debbugs: #587749)

Changelog entries since current quantal version 0.6-1ubuntu2:

python-twitter (0.8.2-2) unstable; urgency=low

  * debian/patches/20_remove_simplejson.patch
  * debian/control
    - remove simplejson from dependencies because it's merged with python 2.6
      and later (Closes: #568875)
    - remove python-httplib2 from dependencies because python-oauth depends
      on it

 -- Koichi Akabe <vbkaise...@gmail.com>  Tue, 25 Sep 2012 21:21:54 +0900

python-twitter (0.8.2-1) unstable; urgency=low

  * New maintainer (Closes: #688463)
  * New upstream release (Closes: #587749)
  * debian/compat
    - up to 9
  * debian/control
    - update debhelper (>= 9.0.0)
    - update Standards-Version to 3.9.4
    - add dependencies: python-httplib2, python-oauth2
  * debian/copyright
    - change to machine readable format
  * debian/doc-base
    - add to support doc-base
  * debian/rules
    - use dh9
  * debian/patches
    - remove old style patches and use 3.0 quilt (Closes: #664376)
    - add 10_fix_shebang.patch to remove version numbers on shebang from
      executable scripts and remove shebangs on non-executable scripts
  * debian/tweet.1
    - fix spelling error: enviroment environment
  * debian/watch
    - fix the match pattern

 -- Koichi Akabe <vbkaise...@gmail.com>  Sun, 23 Sep 2012 17:10:25 +0900

** Affects: python-twitter (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  Please sync python-twitter 0.8.2-2 (universe) from Debian unstable
  (main)
  
  Explanation of the Ubuntu delta and why it can be dropped:
-   * examples/tweet.py: Fix typo (LP: #702814)
-   * Merge with Debian squeeze. Remaining Ubuntu changes:
-     - debian/rules: include final newline to make dpkg-source happy  
-     - debian/tweet.1: Fix typo
+   * examples/tweet.py: Fix typo (LP: #702814)
+   * Merge with Debian squeeze. Remaining Ubuntu changes:
+     - debian/rules: include final newline to make dpkg-source happy
+     - debian/tweet.1: Fix typo
  The first fix on tweet.py is not needed because upstream removed the code
  around this fix. (It's for basic auth)
  The second fix for tweet.1 is merged to debian.
  
  Explanation of FeatureFreeze exception:
  The old version (0.6-1ubuntu2) uses basic authentication, but it can't be used
  on twitter now. It is changed to OAuth. Therefore, the old version can't be 
used
  at all.
  It is reported as the following bugs:
-  - Package obsolete due to changed protocol (LP: 997664)
-  - please upgrade python-twitter to 0.8.1 (LP: 746850)
-  - python-twitter should support OAuth (debbugs #587749)
+  - Package obsolete due to changed protocol (LP: #997664)
+  - please upgrade python-twitter to 0.8.1 (LP: #746850)
+  - python-twitter should support OAuth (debbugs #587749)
  
  Changelog entries since current quantal version 0.6-1ubuntu2:
  
  python-twitter (0.8.2-2) unstable; urgency=low
  
-   * debian/patches/20_remove_simplejson.patch
-   * debian/control
-     - remove simplejson from dependencies because it's merged with python 2.6
-       and later (Closes: #568875)
-     - remove python-httplib2 from dependencies because python-oauth depends
-       on it
+   * debian/patches/20_remove_simplejson.patch
+   * debian/control
+     - remove simplejson from dependencies because it's merged with python 2.6
+       and later (Closes: #568875)
+     - remove python-httplib2 from dependencies because python-oauth depends
+       on it
  
-  -- Koichi Akabe <vbkaise...@gmail.com>  Tue, 25 Sep 2012 21:21:54 +0900
+  -- Koichi Akabe <vbkaise...@gmail.com>  Tue, 25 Sep 2012 21:21:54 +0900
  
  python-twitter (0.8.2-1) unstable; urgency=low
  
-   * New maintainer (Closes: #688463)
-   * New upstream release (Closes: #587749)
-   * debian/compat
-     - up to 9
-   * debian/control
-     - update debhelper (>= 9.0.0)
-     - update Standards-Version to 3.9.4
-     - add dependencies: python-httplib2, python-oauth2
-   * debian/copyright
-     - change to machine readable format
-   * debian/doc-base
-     - add to support doc-base
-   * debian/rules
-     - use dh9
-   * debian/patches
-     - remove old style patches and use 3.0 quilt (Closes: #664376)
-     - add 10_fix_shebang.patch to remove version numbers on shebang from
-       executable scripts and remove shebangs on non-executable scripts
-   * debian/tweet.1
-     - fix spelling error: enviroment environment
-   * debian/watch
-     - fix the match pattern
-   
-  -- Koichi Akabe <vbkaise...@gmail.com>  Sun, 23 Sep 2012 17:10:25 +0900
+   * New maintainer (Closes: #688463)
+   * New upstream release (Closes: #587749)
+   * debian/compat
+     - up to 9
+   * debian/control
+     - update debhelper (>= 9.0.0)
+     - update Standards-Version to 3.9.4
+     - add dependencies: python-httplib2, python-oauth2
+   * debian/copyright
+     - change to machine readable format
+   * debian/doc-base
+     - add to support doc-base
+   * debian/rules
+     - use dh9
+   * debian/patches
+     - remove old style patches and use 3.0 quilt (Closes: #664376)
+     - add 10_fix_shebang.patch to remove version numbers on shebang from
+       executable scripts and remove shebangs on non-executable scripts
+   * debian/tweet.1
+     - fix spelling error: enviroment environment
+   * debian/watch
+     - fix the match pattern
+ 
+  -- Koichi Akabe <vbkaise...@gmail.com>  Sun, 23 Sep 2012 17:10:25 +0900

** Description changed:

  Please sync python-twitter 0.8.2-2 (universe) from Debian unstable
  (main)
  
  Explanation of the Ubuntu delta and why it can be dropped:
    * examples/tweet.py: Fix typo (LP: #702814)
    * Merge with Debian squeeze. Remaining Ubuntu changes:
      - debian/rules: include final newline to make dpkg-source happy
      - debian/tweet.1: Fix typo
  The first fix on tweet.py is not needed because upstream removed the code
  around this fix. (It's for basic auth)
  The second fix for tweet.1 is merged to debian.
  
  Explanation of FeatureFreeze exception:
  The old version (0.6-1ubuntu2) uses basic authentication, but it can't be used
  on twitter now. It is changed to OAuth. Therefore, the old version can't be 
used
  at all.
  It is reported as the following bugs:
   - Package obsolete due to changed protocol (LP: #997664)
   - please upgrade python-twitter to 0.8.1 (LP: #746850)
-  - python-twitter should support OAuth (debbugs #587749)
+  - python-twitter should support OAuth (debbugs: #587749)
  
  Changelog entries since current quantal version 0.6-1ubuntu2:
  
  python-twitter (0.8.2-2) unstable; urgency=low
  
    * debian/patches/20_remove_simplejson.patch
    * debian/control
      - remove simplejson from dependencies because it's merged with python 2.6
        and later (Closes: #568875)
      - remove python-httplib2 from dependencies because python-oauth depends
        on it
  
   -- Koichi Akabe <vbkaise...@gmail.com>  Tue, 25 Sep 2012 21:21:54 +0900
  
  python-twitter (0.8.2-1) unstable; urgency=low
  
    * New maintainer (Closes: #688463)
    * New upstream release (Closes: #587749)
    * debian/compat
      - up to 9
    * debian/control
      - update debhelper (>= 9.0.0)
      - update Standards-Version to 3.9.4
      - add dependencies: python-httplib2, python-oauth2
    * debian/copyright
      - change to machine readable format
    * debian/doc-base
      - add to support doc-base
    * debian/rules
      - use dh9
    * debian/patches
      - remove old style patches and use 3.0 quilt (Closes: #664376)
      - add 10_fix_shebang.patch to remove version numbers on shebang from
        executable scripts and remove shebangs on non-executable scripts
    * debian/tweet.1
      - fix spelling error: enviroment environment
    * debian/watch
      - fix the match pattern
  
   -- Koichi Akabe <vbkaise...@gmail.com>  Sun, 23 Sep 2012 17:10:25 +0900

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

Title:
  FFe: Sync python-twitter 0.8.2-2 (universe) from Debian unstable
  (main)

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

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

Reply via email to