Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2024 19:39:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277071] ImportError: cannot import name 'Markup' from 'flask'
Message-ID:  <bug-277071-7788-14GUNR237R@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277071-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277071-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277071

--- Comment #3 from Ofloo <nospam@ofloo.net> ---
I'm not sure how you're upgrading this however, ..=20

# cat /usr/local/etc/pkg/repos/FreeBSD.conf
# $FreeBSD$
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
#   mkdir -p /usr/local/etc/pkg/repos
#   echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#

FreeBSD: {
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
}

# pkg update -f=20
Updating FreeBSD repository catalogue...
Fetching meta.conf: 100%    163 B   0.2kB/s    00:01=20=20=20=20
Fetching packagesite.pkg: 100%    7 MiB   7.4MB/s    00:01=20=20=20=20
Processing entries: 100%
FreeBSD repository update completed. 33881 packages processed.
All repositories are up to date.

# pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (0 candidates): 100%
Processing candidates (0 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.

# pkg info py39-Flask-WTF
py39-Flask-WTF-1.1.1_1
Name           : py39-Flask-WTF
Version        : 1.1.1_1
Installed on   : Mon Feb 19 20:36:50 2024 CET
Origin         : www/py-flask-wtf
Architecture   : FreeBSD:14:*
Prefix         : /usr/local
Categories     : www python
Licenses       : BSD3CLAUSE
Maintainer     : rm@FreeBSD.org
WWW            : https://flask-wtf.readthedocs.org/en/latest/
Comment        : Simple integration of Flask and WTForms
Annotations    :
        build_timestamp: 2024-02-09T20:24:46+0000
        built_by       : poudriere-git-3.4.1
        flavor         : py39
        port_checkout_unclean: no
        port_git_hash  : 0030b56d7d
        ports_top_checkout_unclean: no
        ports_top_git_hash: 2577ea660d
        repo_type      : binary
        repository     : FreeBSD
Flat size      : 79.6KiB
Description    :
Simple integration of Flask and WTForms, including CSRF, file upload
and Recaptcha integration.

Pkg tree in my opinion still has the later version, and I'm using latest not
quarterly.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277071-7788-14GUNR237R>