Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
[update to 4.4.2] Explicitly use unsigned hex literals when [un]packi…
Browse files Browse the repository at this point in the history
…ng timestamps.

Jason Madden (4):
      Back to development: 4.4.2
      Explicitly use unsigned hex literals when [un]packing timestamps.
      Merge pull request #91 from zopefoundation/issue86
      Preparing release 4.4.2

Marius Gedminas (2):
      Make test pass when run with 'tox'
      Merge pull request #90 from zopefoundation/fix-tox

4.4.2 (2018-08-28)
------------------

- Explicitly use unsigned constants for packing and unpacking C
  timestamps, fixing an arithmetic issue for GCC when optimizations
  are enabled and ``-fwrapv`` is *not* enabled. See `issue 86
  <https://github.com/zopefoundation/persistent/issues/86>`_.
  • Loading branch information
fenrus75 committed Aug 29, 2018
1 parent 10d6a88 commit 63d53a5
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 11 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
@@ -1,6 +1,15 @@
``persistent`` Changelog
========================

4.4.2 (2018-08-28)
------------------

- Explicitly use unsigned constants for packing and unpacking C
timestamps, fixing an arithmetic issue for GCC when optimizations
are enabled and ``-fwrapv`` is *not* enabled. See `issue 86
<https://github.com/zopefoundation/persistent/issues/86>`_.


4.4.1 (2018-08-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := persistent
URL = https://files.pythonhosted.org/packages/b0/d3/cf03e6e9fe2e5ec87520a68e9001f6983456093d371d25519f449921a4e1/persistent-4.4.1.tar.gz
URL = https://files.pythonhosted.org/packages/d3/09/5b2e56922c3c66ceda2a77335d3d6a2430965596fb85c7d4f38801557501/persistent-4.4.2.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion buildreq_cache
@@ -1,2 +1,2 @@
4.4.1
4.4.2
python3-dev
2 changes: 1 addition & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = persistent
url = https://files.pythonhosted.org/packages/b0/d3/cf03e6e9fe2e5ec87520a68e9001f6983456093d371d25519f449921a4e1/persistent-4.4.1.tar.gz
url = https://files.pythonhosted.org/packages/d3/09/5b2e56922c3c66ceda2a77335d3d6a2430965596fb85c7d4f38801557501/persistent-4.4.2.tar.gz
archives =
giturl = https://github.com/zopefoundation/persistent.git

Expand Down
12 changes: 6 additions & 6 deletions persistent.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : persistent
Version : 4.4.1
Release : 22
URL : https://files.pythonhosted.org/packages/b0/d3/cf03e6e9fe2e5ec87520a68e9001f6983456093d371d25519f449921a4e1/persistent-4.4.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/b0/d3/cf03e6e9fe2e5ec87520a68e9001f6983456093d371d25519f449921a4e1/persistent-4.4.1.tar.gz
Version : 4.4.2
Release : 23
URL : https://files.pythonhosted.org/packages/d3/09/5b2e56922c3c66ceda2a77335d3d6a2430965596fb85c7d4f38801557501/persistent-4.4.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/d3/09/5b2e56922c3c66ceda2a77335d3d6a2430965596fb85c7d4f38801557501/persistent-4.4.2.tar.gz
Summary : Translucent persistent objects
Group : Development/Tools
License : ZPL-2.1
Expand Down Expand Up @@ -65,14 +65,14 @@ python3 components for the persistent package.


%prep
%setup -q -n persistent-4.4.1
%setup -q -n persistent-4.4.2

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C
export SOURCE_DATE_EPOCH=1535075656
export SOURCE_DATE_EPOCH=1535550290
python3 setup.py build -b py3

%install
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
22
23
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
544437b2d4e49e3dc4a9c3bacf00146c41079e65/persistent-4.4.1.tar.gz
b2688d7195af7f300f8f9c65526b3fd6a5195d51/persistent-4.4.2.tar.gz

0 comments on commit 63d53a5

Please sign in to comment.