Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-onionshare for 
openSUSE:Factory checked in at 2021-08-23 10:08:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-onionshare (Old)
 and      /work/SRC/openSUSE:Factory/.python-onionshare.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-onionshare"

Mon Aug 23 10:08:19 2021 rev:7 rq:913534 version:2.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-onionshare/python-onionshare.changes      
2021-06-11 00:19:06.977363054 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-onionshare.new.1899/python-onionshare.changes
    2021-08-23 10:09:32.996149834 +0200
@@ -1,0 +2,11 @@
+Sun Aug 22 05:09:53 UTC 2021 - Fusion Future <qydwhotm...@gmail.com>
+
+- Update to 2.3.3:
+  * New feature: Setting for light or dark theme
+  * Updated Tor to 0.4.6.7 for Linux, 0.4.5.10 for Windows and macOS
+  * Various bug fixes
+- Add fix-compare-offset-naive-and-offset-aware-datetimes.patch to
+  fix test errors in test_if_unmodified_since and test_firefox_like_behavior
+  (gh#onionshare/onionshare#1398).
+
+-------------------------------------------------------------------

Old:
----
  onionshare-2.3.2.tar.gz

New:
----
  fix-compare-offset-naive-and-offset-aware-datetimes.patch
  onionshare-2.3.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-onionshare.spec ++++++
--- /var/tmp/diff_new_pack.UuldH8/_old  2021-08-23 10:09:33.484149266 +0200
+++ /var/tmp/diff_new_pack.UuldH8/_new  2021-08-23 10:09:33.488149261 +0200
@@ -19,7 +19,7 @@
 
 %define modname onionshare
 Name:           python-%{modname}
-Version:        2.3.2
+Version:        2.3.3
 Release:        0
 Summary:        Self-hosting Tor Onion Service based file sharing
 License:        GPL-3.0-or-later
@@ -27,7 +27,10 @@
 URL:            https://github.com/micahflee/onionshare
 Source0:        
https://github.com/micahflee/onionshare/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
 Source1:        %{modname}.desktop
+# PATCH-FIX-OPENSUSE skip test_large_download in gui tests
 Patch0:         0001-adjust_tests.diff
+# PATCH-FIX-OPENSUSE gh#onionshare/onionshare#1398
+Patch1:         fix-compare-offset-naive-and-offset-aware-datetimes.patch
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Flask

++++++ fix-compare-offset-naive-and-offset-aware-datetimes.patch ++++++
 
--- a/cli/onionshare_cli/web/share_mode.py
+++ b/cli/onionshare_cli/web/share_mode.py
@@ -287,7 +287,7 @@ class ShareModeWeb(SendBaseModeWeb):
 
         if_unmod = request.headers.get("If-Unmodified-Since")
         if if_unmod:
-            if_date = parse_date(if_unmod)
+            if_date = parse_date(if_unmod).replace(tzinfo=None)
             if if_date and if_date > last_modified:
                 abort(412)
             elif range_header is None:
++++++ onionshare-2.3.2.tar.gz -> onionshare-2.3.3.tar.gz ++++++
++++ 5655 lines of diff (skipped)

Reply via email to