[Python-apps-commits] r14475 - in packages/backblaze-b2/trunk/debian (CHANGELOG changelog)

kobla-guest at users.alioth.debian.org kobla-guest at users.alioth.debian.org
Tue Nov 14 10:21:09 UTC 2017


    Date: Tuesday, November 14, 2017 @ 10:21:08
  Author: kobla-guest
Revision: 14475

Updated upstream release to (1.0.0-1)

Modified:
  packages/backblaze-b2/trunk/debian/CHANGELOG
  packages/backblaze-b2/trunk/debian/changelog

Modified: packages/backblaze-b2/trunk/debian/CHANGELOG
===================================================================
--- packages/backblaze-b2/trunk/debian/CHANGELOG	2017-11-14 09:18:25 UTC (rev 14474)
+++ packages/backblaze-b2/trunk/debian/CHANGELOG	2017-11-14 10:21:08 UTC (rev 14475)
@@ -1,3 +1,507 @@
+commit aae3ef911846c4aab9b0edb225fa405e1ade6c5c
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Nov 9 07:41:54 2017 -1000
+
+    Version 1.0.0
+
+commit 435246f1fe69c64683bb4b047d69a45d61480208
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Nov 9 07:30:43 2017 -1000
+
+    Version 0.7.5 for dev (or base for 0.7 branch)
+
+commit a93c4ad2a1ffd10dee5142831c55f3db1424a0a6
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Nov 9 07:25:02 2017 -1000
+
+    Add reminder to update B2 doc page when changing the usage string.
+
+commit 97f71999d3919a5ec1a240f50f90129ef0e0f415
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Nov 9 07:08:45 2017 -1000
+
+    Version 0.7.4
+
+commit 26abec0b0e360c6a60769ccd48881c51e2ffc2c6
+Merge: 50c0921 17d427b
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Wed Nov 8 13:06:34 2017 -1000
+
+    Merge pull request #389 from Backblaze/set_mod_time
+    
+    Set mod time when downloading files.  Fixes #367 and #318
+
+commit 50c0921619915758ef717220b77747067c6490ee
+Merge: e280572 a5ca935
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Wed Nov 8 06:20:23 2017 -1000
+
+    Merge pull request #391 from Backblaze/request_all_buckets
+    
+    Adapt to new b2_list_buckets API by explicitly request all buckets.
+
+commit a5ca935229ae8f42bfbb5c7bfe3ec8eeaa1de518
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Tue Nov 7 15:02:06 2017 -1000
+
+    Adapt to new b2_list_buckets API by explicitly request all buckets.
+    
+    Starting in November, 2017, some new bucket types will be added, and
+    the default will be to exclude them from the list of buckets.  The CLI
+    should show all the buckets.
+
+commit 17d427ba6f683b345ce6d7f6cdf3f93dc8cdde1c
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Tue Nov 7 14:22:13 2017 -1000
+
+    Fix copyright spelling to make script happy.
+
+commit 01036af04dc73a0d329892adbd0faf0076051f29
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Tue Nov 7 14:19:23 2017 -1000
+
+    Add license check to pre-commit.sh
+    
+    It uses the same check as the YAML build script.
+
+commit e280572060d9ca9f9d20c1ac78f550f46fb820dc
+Merge: 4e3ee3d 3ff0efb
+Author: Paweł Polewicz <p.polewicz at gmail.com>
+Date:   Mon Nov 6 00:45:40 2017 +0100
+
+    Merge pull request #388 from Backblaze/version_0_compatibility
+    
+    Revert syncing behavior to allow syncing empty folders…
+
+commit e9d49ac632c3743a5d52f35ffad2555a5e4b5c32
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Fri Nov 3 14:15:43 2017 -1000
+
+    Add missing license.
+
+commit 003aeb5511b9789a491403c56fee8c53a79d1322
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Fri Nov 3 12:32:41 2017 -1000
+
+    Clean up DownloadDestBytes
+
+commit 49f082c4602a8385012b8b6852261256dcb1ec41
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Fri Nov 3 12:22:01 2017 -1000
+
+    Fix file mod time in simulator.
+
+commit 6fce78d271ca5623fab524bcea45e2db42b6a4b7
+Merge: 4666fe8 861e79b
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Fri Nov 3 12:12:23 2017 -1000
+
+    Merge commit '861e79baaefbfdfc96191086f70a72883316bae6' into set_mod_time
+
+commit 4666fe8110a13231621ced5e477fb918b9f58e1b
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Fri Nov 3 12:11:27 2017 -1000
+
+    yapf
+
+commit 18f0c54d4412c778f99a6a32e54a7316c7aae6a7
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Fri Nov 3 12:01:15 2017 -1000
+
+    Clarify that AbstractDownloadDestination returns a context manager, not a file-like object.
+    
+    Refactor code to use @contextmanager, rather than explicit __enter__ and __exit__ methods.
+    I just learned about this library today, and it makes the code much clearer.
+    
+    This should fix the problem where file mod times weren't getting set.  The
+    DownloadDestProgressWrapper wasn't properly exiting the wrapped context,
+    which is where the mod time got set.
+
+commit 861e79baaefbfdfc96191086f70a72883316bae6
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Fri Nov 3 10:47:22 2017 -1000
+
+    Unit test that fails and demonstrates the problem setting mod times when downloading files.
+
+commit 3ff0efbbb0b75447b8d5013392b099d9782be46d
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Fri Nov 3 10:00:31 2017 -1000
+
+    Revert syncing behavior to allow syncing empty folders when VERSION_0_COMPATIBILITY is set.
+
+commit 4e3ee3d1d9bdaf7bbd164dfaa812868aa92c2d32
+Merge: a3099a6 251a8cd
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Nov 2 13:33:24 2017 -1000
+
+    Merge pull request #383 from Backblaze/get_download_auth
+    
+    New get-download-url-with-auth command
+
+commit a3099a6ab3e5968678e78b0a129208a83181c001
+Merge: 186c5ad 372b0b3
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Nov 2 13:32:45 2017 -1000
+
+    Merge pull request #385 from obeleh/patch-1
+    
+    Fixed off by one issue
+
+commit 186c5ad2dc81aa329a5db42b57df8f4cf2111713
+Merge: 3e68fa0 25324eb
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Nov 2 13:20:01 2017 -1000
+
+    Merge pull request #384 from Backblaze/sync_root
+    
+    Fix #334
+
+commit 3e68fa068c7d3f8ef36023ab47b8781e3b95893d
+Merge: 9236663 b1b957e
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Nov 2 11:52:31 2017 -1000
+
+    Merge pull request #386 from Backblaze/yapf-0.19.0
+    
+    Run the latest version of YAPF: 0.19.0
+
+commit b1b957e3e33fbc433ca83796121d3c1559b03f71
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Nov 2 10:06:05 2017 -1000
+
+    Run the latest version of YAPF: 0.19.0
+
+commit 372b0b387bf00b9f00ab5a4bfc1718e4ba95be6a
+Author: Sjuul Janssen <sjanssen at insign.it>
+Date:   Thu Nov 2 16:35:12 2017 +0100
+
+    Fixed off by one issue
+    
+    Fixes #377
+    
+    I don't think a test is really needed since it's checked by this line:
+    ```python
+    if bytes_read != desired_length:
+        raise TruncatedOutput(bytes_read, desired_length)
+    ```
+
+commit 25324eb8f6d8fd0c02a407014c800fad9990ec20
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Wed Nov 1 14:42:58 2017 -1000
+
+    Syncing '/' works better if you pass it in to LocalFolder.
+    
+    There's no need to remove the trailing slash on a directory any more.
+
+commit 59bee0b58a09e2cb252c38642756931a17d94562
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Wed Nov 1 14:34:09 2017 -1000
+
+    Fix for #334 - Missing characters when syncing root
+    
+    A couple people have taken stabs at fixing this one, but they
+    did not go far enough.  My original approach to this was misguided
+    because it confounded the path on the local file system and the
+    path in B2.  Building up both paths while descending through
+    the directory tree make the code much simpler.
+
+commit 9236663ecae3d981280baf07a80108349abcc945
+Merge: fe62fcc 6da3255
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Fri Oct 27 06:52:30 2017 -1000
+
+    Merge pull request #378 from alextsui05/master
+    
+    Add sphinx source files
+
+commit 6da3255493ac22299bbcf484f7f1e863def2ab6e
+Author: Alex Tsui <alextsui05 at gmail.com>
+Date:   Thu Oct 26 21:59:52 2017 -0700
+
+    Add copyright header
+
+commit 11c72b7cab6d8335ad5032a322d856818539b599
+Author: Alex Tsui <alextsui05 at gmail.com>
+Date:   Thu Oct 26 18:37:00 2017 -0700
+
+    Fix formatting with yapf
+
+commit fe62fcc24285db6fa5f727a1aa8cec4b16c9667c
+Merge: 06d4c74 b587dcc
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Oct 26 11:20:57 2017 -1000
+
+    Merge pull request #382 from Backblaze/fix-appveyor
+    
+    Fix #381: appveyor build
+
+commit b587dcc0ddc6c4675aec07517c9aa4dd0f5d55d1
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Oct 26 09:54:53 2017 -1000
+
+    Attempt at workaround for problem installing pip for 2.6.6.
+
+commit 91870fd239ec7df83df923cfcd61b7d6e3eb66aa
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Oct 26 09:38:29 2017 -1000
+
+    comment out appveyor 2.6.6.  it's not working right now.
+
+commit 17cb355303c1f98475b79810e452f23a151e1f91
+Author: Alex Tsui <alextsui05 at gmail.com>
+Date:   Sat Oct 21 18:04:00 2017 -0700
+
+    Add sphinx source files
+
+commit 06d4c74c4cc5b4cd8cadb9821f73695e8b53e1cb
+Merge: 4797654 572aaf1
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Sep 28 17:41:48 2017 -0700
+
+    Merge pull request #375 from shane-axiom/compare_verbose_threshold
+    
+    Add --compareThreshold and --verbose
+
+commit 572aaf1b99e27cc28f819ef7911ccd7461c79d1e
+Author: shane <shane at axds.co>
+Date:   Tue Sep 26 23:20:21 2017 -0700
+
+    Add --compareThreshold and --verbose
+
+commit 4797654db7baf0708b4478973e2f8a970acf4cbf
+Merge: d8fa03f ad74a54
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Sep 21 10:18:25 2017 -0700
+
+    Merge pull request #370 from shane-axiom/failonemptysource
+    
+    Add --failOnEmptySource to sync (fixes #369)
+
+commit ad74a541d15f9e6d2bc0952a4c1641081f4b4b96
+Author: shane <shane at axds.co>
+Date:   Thu Sep 21 08:48:31 2017 -0700
+
+    Add yapf 0.18.0 formatting changes
+
+commit 251a8cdaf3320aa09a2eaa9456e11b840c47ef7f
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Wed Sep 20 17:08:36 2017 -0700
+
+    yapf
+
+commit 955ca666a5b3f7e586ae928489c76b86761461fa
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Wed Sep 20 17:03:34 2017 -0700
+
+    Add command get-download-url-with-auth.
+    
+    I keep doing this by hand, so I wanted to automate it.
+
+commit e4c3c93285341b111affe84243b7106521b9e983
+Author: shane <shane at axds.co>
+Date:   Mon Sep 18 17:25:44 2017 -0700
+
+    Add --allowOnEmptySource to sync (fixes #369)
+
+commit d8fa03f8a71411ae24c7cae276967ee4cadb5630
+Merge: bbbf473 ac48c56
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Tue Sep 19 07:50:04 2017 -0700
+
+    Merge pull request #371 from Backblaze/small_simulator_fix
+    
+    Remove a no-op statement
+
+commit ac48c56361112d4e6c84e49798f774cd63b112b1
+Author: Pawel Polewicz <p.polewicz at gmail.com>
+Date:   Tue Sep 19 02:55:21 2017 +0200
+
+    Remove a no-op statement
+
+commit bbbf473931a3cd04a801e77dfa86000bc39693c9
+Merge: d8a8086 3b73f2a
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Aug 3 09:57:32 2017 -1000
+
+    Merge pull request #360 from Backblaze/connection_reset
+    
+    Fix #359
+
+commit d8a80869e8611968f83d3ce0c4d7fcd10052554f
+Merge: e2a8e0a c127237
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Aug 3 09:12:42 2017 -1000
+
+    Merge pull request #361 from Backblaze/yapf-0.16.3
+    
+    Changes from YAPF after installing version 0.16.3
+
+commit c127237fc05f1b89a361bd7676f361558a06bac1
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Wed Aug 2 11:46:04 2017 -1000
+
+    Changes from YAPF after installing version 0.16.3
+
+commit 3b73f2a9d3ff31ea68e0bc68d2ada382c00d2fe0
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Wed Aug 2 10:48:07 2017 -1000
+
+    yapf (incremental)
+
+commit 46f648618dd8a7eeb07aa54d3688bb717614f5c2
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Wed Aug 2 10:30:04 2017 -1000
+
+    Translate 'SysCallError(104, 'ECONNRESET')' into new, retryable ConnectionReset exception.
+
+commit d0d555b6fa537e5add61f9e059e05c45645fd8fd
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Wed Aug 2 10:13:46 2017 -1000
+
+    Code cleanup: use assertRaises, now that it's available.
+
+commit e2a8e0a5defa6448fe06a8eb05babe45353efa0b
+Merge: 228917f c13badf
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Sat Jul 29 17:41:49 2017 -0400
+
+    Merge pull request #357 from taz77/improve-documentation-on-sync-regex
+    
+    Improve documentation on sync command using excludeRegex. Add an exam…
+
+commit c13badf90929506619619c151bf61cb287c67c90
+Author: Brady Owens <info at fastglass.net>
+Date:   Sat Jul 29 11:39:13 2017 -0400
+
+    Improve documentation on sync command using excludeRegex. Add an example.
+
+commit 228917f07d97f5d9e03de42d2ac386953f3d4fd4
+Merge: feb76e2 27edd64
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Fri Jul 28 08:56:43 2017 -0400
+
+    Merge pull request #354 from szepeviktor/patch-1
+    
+    Fix space in badge urls and reposition them
+
+commit feb76e2072d8bd3a0136e6712e3e8d1898093b6a
+Merge: c1e4a38 065706f
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Fri Jul 28 08:43:22 2017 -0400
+
+    Merge pull request #356 from Backblaze/error_handling_tweak
+    
+    Improve error handling for socket.error that is not 'Broken Pipe'
+
+commit 065706f288f0ceb3c956821530494410f618470d
+Author: Pawel Polewicz <p.polewicz at gmail.com>
+Date:   Sat Jul 15 21:28:50 2017 +0200
+
+    Fix travis Jython build
+
+commit 91e61b866b04889d89ee5ad2970352c9bd0b7ed7
+Author: Pawel Polewicz <p.polewicz at gmail.com>
+Date:   Sat Jul 15 20:54:53 2017 +0200
+
+    Improve error handling for socket.error that is not 'Broken Pipe'
+    
+    caught at
+    https://github.com/Backblaze/B2_Command_Line_Tool/issues/350#issuecomment-313848165
+    
+    I am not catching the actual encountered error worrying about
+    incompatibility of exception wrappers across various versions of python
+    and `requests` library.
+
+commit 27edd64f6f1a8dfd6203a9660fe4fd89d07cb024
+Author: Viktor Szépe <viktor at szepe.net>
+Date:   Fri Jul 14 17:00:51 2017 +0200
+
+    Fix space in badge urls and reposition them
+    
+    Looks nicer beside the title
+
+commit c1e4a382ca71e905f479ef69890f570604769809
+Merge: c73349c 3372c95
+Author: Paweł Polewicz <p.polewicz at gmail.com>
+Date:   Sun May 28 00:44:37 2017 +0200
+
+    Merge pull request #346 from Backblaze/usage_b2_account_info
+    
+    Add usage info about B2_ACCOUNT_INFO environment variable.
+
+commit 3372c9565b1960294c422841d2686fc32eca24dd
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Sat May 27 08:22:15 2017 -0400
+
+    Factor out strings "~/.b2_account_info" and "B2_ACCOUNT_INFO".
+    
+    Add a template mechanism for doc strings (using the
+    build-in format() method on strings), so that usage
+    messages can use the factored-out strings.
+
+commit 77f75b68a6eb1f42c15db21ef96e2675853c27e3
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Fri May 26 16:03:02 2017 -0400
+
+    Add usage info about B2_ACCOUNT_INFO environment variable.
+
+commit c73349c4b9fd439b81177e52e11acf6da26c258b
+Merge: 0308d37 39fedca
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Apr 13 08:24:59 2017 -1000
+
+    Merge pull request #337 from Backblaze/hash_at_end
+    
+    Send file hashes at the end
+
+commit 39fedcabaa37dc93a14d65e069211049e54a4942
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Apr 13 06:28:26 2017 -1000
+
+    Fix inconsistency in byte subscripting between python 2 and 3.
+
+commit 1046fd6c13770fe4f5a5134907f843a1dc21fc29
+Author: svonohr <sebastian.von.ohr at uni-oldenburg.de>
+Date:   Wed Apr 12 23:25:27 2017 +0200
+
+    Added constant for hex_digits_at_end
+
+commit 39440b4d4bfa27fc69f667a5dc3a64c54a2c7caa
+Author: svonohr <sebastian.von.ohr at uni-oldenburg.de>
+Date:   Wed Apr 12 23:17:28 2017 +0200
+
+    Removed obsolete comment
+
+commit 3515bad6618f231776ace3d6e05d3f9bc2a5923b
+Author: svonohr <sebastian.von.ohr at uni-oldenburg.de>
+Date:   Wed Apr 12 23:13:01 2017 +0200
+
+    Hash stream returns exact number of bytes requested
+
+commit 090f539e52a3a89fd20f3b1eea834c3e84f17489
+Author: svonohr <sebastian.von.ohr at uni-oldenburg.de>
+Date:   Tue Apr 11 22:04:25 2017 +0200
+
+    Removed debug output
+
+commit 0f21e1f3610a151c0ac59dca1b472e7356988f47
+Author: svonohr <sebastian.von.ohr at uni-oldenburg.de>
+Date:   Tue Apr 11 21:49:36 2017 +0200
+
+    Added unit tests
+
+commit a34a9ad4fff18eed098e665f66c62713433e5e66
+Author: svonohr <sebastian.von.ohr at uni-oldenburg.de>
+Date:   Tue Apr 11 20:43:02 2017 +0200
+
+    First hashing stream implementation
+
+commit 0308d37e5cc92765064118b38abccd35351bfd11
+Author: Brian Beach <coder at beachfamily.net>
+Date:   Thu Mar 23 11:49:53 2017 -1000
+
+    Version number 0.7.3 for development.
+
 commit 4984551fcca11a92dab9aeebe1b6e50aea099a80
 Author: Brian Beach <coder at beachfamily.net>
 Date:   Thu Mar 23 11:40:04 2017 -1000

Modified: packages/backblaze-b2/trunk/debian/changelog
===================================================================
--- packages/backblaze-b2/trunk/debian/changelog	2017-11-14 09:18:25 UTC (rev 14474)
+++ packages/backblaze-b2/trunk/debian/changelog	2017-11-14 10:21:08 UTC (rev 14475)
@@ -1,5 +1,5 @@
-backblaze-b2 (0.7.2-1) unstable; urgency=medium
+backblaze-b2 (1.0.0-1) unstable; urgency=medium
 
   * Initial release. (Closes: #874639)
 
- -- Ondřej Kobližek <koblizeko at gmail.com>  Mon, 06 Nov 2017 09:08:06 +0100
+ -- Ondřej Kobližek <koblizeko at gmail.com>  Tue, 14 Nov 2017 07:17:18 +0100




More information about the Python-apps-commits mailing list