Creating and populating the tables for DefaultVersions

I’m preparing my test database (freshports.dvl) for code which processes Mk/bsd.default-versions. See the following for references: https://github.com/FreshPorts/DefaultVersions https://github.com/FreshPorts/freshports/issues/659 Table creation Today I did this: [15:18 pg01 dvl ~] % cd ~/src [15:18 pg01 dvl ~/src] % git clone https://github.com/FreshPorts/DefaultVersions Cloning into ‘DefaultVersions’… remote: Enumerating objects: 56, done. remote: Counting objects: 100% (56/56), done. remote: Compressing

Creating and populating the tables for DefaultVersions Read More »

DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version.

Shortly after moving the jail dvl-ingress01 from Python 3.11 to Python 3.12, I started seeing these messages: The code in question ( link to source) is This should be easy enough to replace, knowing python. First, reproduce the problem With any change to fix a problem, I must first be able to reproduce the problem.

DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Read More »

Scroll to Top